Executing a sql statement

The following steps describe one way of executing a sql statement against a database:

  1. Go to the Execute Sql tab in the main application window.
  2. Enter your sql statement into the sql textarea. (To enter multiple sql statements, append a semicolon to each statement).
  3. Select the connection to your database in the Connection combo. (You may need to setup a database connection if the correct one does not exist).
  4. Open the connection by pressing the Connect button.
  5. Press the Execute button to execute the sql.

Related tasks

Setup a database connection

Related reference

Generate Database tab