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:
UID — user ID
PWD — password
ENG — engine name
COMMLINKS — tcpip (port=engine_port_number)
AUTOSTOP — no
DBF — database file name with path
The DBF parameter is used only with embedded databases.
The AUTOSTOP parameter is required. It should always
be set to NO.