Opening multiple Interactive SQL 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 database servers, or you can open concurrent connections to a single database.

 Open a new Interactive SQL window
  1. Click Window » New Window.

    Tip

    If the SQLCONNECT environment variable is set, or if you are already connected to a SQL Anywhere database, the database server attempts to use this information to connect to a database before it prompts you for information. Likewise, if the ULSQLCONNECT environment variable is set, or if you are already connected to an UltraLite database, the database server attempts to use this information to connect to a database before it prompts you for information in. If these attempts fail, or if you are not already connected to a database, the Connect window appears.

  2. In the Connect window, enter the connection information for your database, and click Connect.

    The connection information (including the database name, your user ID, and the database server name) appears in the Interactive SQL title bar.

You can also connect to or disconnect from a database by any of the following methods:

  • Click SQL » Connect or Disconnect

  • Execute a CONNECT or DISCONNECT statement.

 See also