There are several ways you can start Interactive SQL: from a command prompt, from the Windows Start menu, and from within Sybase Central.
Execute a dbisql
command from a command prompt.
If you omit the -c option, which specifies the connection parameters for the database, or if you supply insufficient connection parameters, the Connect dialog appears, where you can enter connection information for the database.
For more information about the supported options, see Interactive SQL utility (dbisql).
The following command starts Interactive SQL and connects to the sample database:
dbisql -c "UID=DBA;PWD=sql;DSN=SQL Anywhere 10 Demo"
From the Start menu, choose Programs > SQL Anywhere 10 > Interactive SQL.
Interactive SQL opens, and the Connect dialog appears.
Enter the connection information for your database in the Connect dialog.
From the Tools menu, choose SQL Anywhere 10 > Open Interactive SQL.
Interactive SQL opens, and the Connect dialog appears.
Enter the connection information for your database in the Connect dialog.
The following steps can be used if you are using a version of Linux that supports the Linux Desktop icons and if you chose to install them when you installed SQL Anywhere 10.
Open the SQL Anywhere 10 folder on your desktop.
Double-click Interactive SQL.
Interactive SQL opens, and the Connect dialog appears.
Enter the connection information for your database in the Connect dialog.
NoteThe following steps assume that you have already sourced the SQL Anywhere utilities. See Setting environment variables on Unix and Mac OS X. |
In a terminal session, enter the following command:
dbisql
Interactive SQL opens, and the Connect dialog appears.
Enter the connection information for your database in the Connect dialog.
TipYou can also access Interactive SQL from within Sybase Central in the following ways:
|