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;
ENG=<engine name>;DBF=%ALLUSERSPROFILE%\Sybase\
IQ 15.1\iqdemo.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.