Contents Index Step 2: Start Sybase Central  Databases and Applications

ASA Getting Started
   Adaptive Server Anywhere Quick Start

Step 3: Start Interactive SQL


In this section you start the Interactive SQL utility, connect to the sample database, and enter a command.

To start Interactive SQL and connect to the sample database (Windows)

  1. Start Interactive SQL:

  2. Connect to the sample database.

    The Interactive SQL window appears.

  3. Enter a command.

    In the SQL Statements pane, enter a SQL statement such as the following and press F5 to execute the query:

    SELECT * FROM CUSTOMER

    The result set for the query appears in the Results pane.

To start Interactive SQL and connect to the sample database (Command line)

  1. From a command prompt, enter the following command:

    dbisql

    The Connect dialog appears.

  2. Connect to the sample database.

  3. Enter a command in the Interactive SQL window.

    In the SQL Statements pane, enter a SQL statement such as the following and press F5 to execute the query:

    SELECT * FROM CUSTOMER

    The result set for the query appears in the Results pane.

You can enter any SQL statement against the database from within Interactive SQL. For a complete list of SQL statements, see SQL Statements.

For more information about Interactive SQL, see Using Interactive SQL.


Contents Index Step 2: Start Sybase Central  Databases and Applications