Command-line connection to 32-bit applications

To connect to 32-bit applications without using a data source, enter an Interactive SQL command like the following at the command prompt:

dbisql -c "UID=DBA;PWD=SQL;AUTOSTOP=no;
DBF=C:\Program Files\Sybase\
Adaptive Server IQ 12\asiqdemo.db"

This dbisql command can have the following parameters:

The DBF parameter is used only with embedded databases.

NoteThe AUTOSTOP parameter is required. It should always be set to NO.

NoteWhen specifying network connections, you need a different engine name:engine_port_number combination for each database server. The port number must match the one you use when you start the server.