Contents Index Using the Interactive SQL toolbar Interactive SQL keyboard shortcuts

ASA Getting Started
  Using Interactive SQL
    Starting Interactive SQL

Opening multiple windows


You can open multiple Interactive SQL windows. Each window corresponds to a separate database connection. You can connect simultaneously to two (or more) different databases on different servers, or you can open concurrent connections to a single database.

To open a new Interactive SQL window

  1. Choose Window > New Window.

    The Connect dialog appears.

  2. In the Connect dialog, enter connection options, and click OK to connect.

    The connection information (including the database name, your user ID, and the database server name) appears on the title bar above the SQL Statements pane.

You can also connect to or disconnect from a database with the Connect and Disconnect commands in the SQL menu, or by executing a CONNECT or DISCONNECT statement.


Contents Index Using the Interactive SQL toolbar Interactive SQL keyboard shortcuts