Connecting To an Embedded Database From Interactive SQL in Windows
To connect to an embedded database, do the following:
Start Interactive SQL with no databases running.
You can use either of the following ways:
From the Windows Programs
menu, choose Sybase > Sybase IQ 15.4 > Interactive SQL, or,
Type dbisql at
a system command prompt.
When Interactive SQL starts, it is not connected to any database.
Type CONNECT in the command window, and press F9 to
execute the command. The connection dialog appears.
If you have an ODBC data source for your database, select
that data source.
Enter DBA as the
user ID and sql as the password.
Then click the Database tab. Enter the full path of the demo database
in the Database File field. For example, if your installation directory
is c:\sybase\IQ-15_4,
enter:
c:\sybase\IQ-15_4\iqdemo.db
Leave all other fields blank, and click OK. Sybase IQ starts
up and loads the demo database, and Interactive SQL connects to
the database.