To connect to 32-bit applications without using a data source, enter an Interactive SQL command similar to this at the command prompt:
dbisql -c "UID=DBA;PWD=sql;AUTOSTOP=no; ENG=<engine name>;DBF=%ALLUSERSPROFILE%\SybaseIQ\ demo\iqdemo.db"
This command can use these 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.