This provides buttons for opening and managing database connections and for executing sql.
Here is an example of what it looks like:
This allows you to select one of the connections configured in the Database Connections dialog. The connection associated with the currently open project (if any) will appear bolded.
Note: If the selected connection is open and you change the combo, the connection will be closed.
This attempts to open the connection selected in the Connection combo. If the selected connection is already open then this button will be disabled.
This displays Database Connections dialog.
This allows you to specify the behaviour when there is an error executing a sql statement that is part of a batch of sql statements. The following options are available:
![]() |
Fail - Execution of the batch halts immediately |
![]() |
Warn - An error message is displayed in Messages and execution of the batch continues. When the batch is completed a summary of the number of errors encountered is displayed in Messages. |
This executes the sql in the sql textarea on the selected connection. This button is only enabled when there is an open connection to the selected connection.
This cancels the current execution of sql. This button is only enabled while there is sql beng executed.
Execute Sql tab
Database Connections dialog
Sql textarea
Messages