Starting Interactive SQL

You can start Interactive SQL (dbisql) in two ways: from Sybase Central or in standalone mode.

For detailed information on connecting to databases, see Chapter 3, “Running and Connecting to Servers” in Introduction to Sybase IQ.

StepsStarting Interactive SQL from Sybase Central

  1. In the left pane, select the Sybase IQ plug-in.

  2. Choose Tools | Sybase IQ 15 | Open Interactive SQL.

  3. In the Connect window, supply parameters as described in “Interactive SQL connection parameters”.

NoteTip You can also access Interactive SQL from within Sybase Central by :

StepsStarting Interactive SQL from the Windows Start menu

  1. Select Start | Programs | Sybase | Sybase IQ 15.2 | Interactive SQL.

  2. In the Connect window, supply parameters as described in “Interactive SQL connection parameters”.

StepsStarting Interactive SQL from a command prompt (Windows)

  1. Start the IQ server. Change to a directory where the configuration and database files reside and issue a command in this format:

    start_iq @configuration_file.cfg dbname.db
    

    For example, to start the demo database, enter:

    start_iq @iqdemo.cfg iqdemo.db
    

    See the following for detailed information on starting the database server:

  2. Do one of the following:

StepsStarting Interactive SQL from a command prompt (UNIX)

  1. Start the IQ server. Change to a directory where the configuration and database files reside and issue a command in this format:

    start_iq @configuration_file.cfg dbname.db
    

    For example, to start the demo database, enter:

    start_iq @iqdemo.cfg iqdemo.db
    

    See the following for detailed information on starting the database server:

  2. Type the following command at a system prompt:

    dbisql