Previous

TOC

Next

 
SQL SCRIPTS

The user can execute any SQL statement (or statements) typed in the TEXTAREA form. Multiple statements must be separated with semicolon.
Anything written in TEXTAREA can be saved as a file. The list of the saved scripts is displayed in Select form (on the left). Any script can contain any number of SQL statements, separated with semicolon.


The script can be loaded into TEXTAREA for execution and editing, then it can be executed, closed, saved or saved as new script and deleted. When the script is being closed the user is not prompted to save changes - be careful!

"Load"

Load script into the Textarea, where it can be executed and edited.

"Run"

Runs script without loadind it.

"Close"

Unload script.

"Delete"

Delete selected script.

"Execute"

Execute loaded script


This function behaves like simplified text editor and is quite understandable.
Executed script displays the result as a new page with Texarea on the top, containing the executed script (If the script was executed using "Run" button, Textarea won't contain any text). Only "Select" like SQL statements will display their output as a table. Otherwise only the status of the executed statement will be shown.

If there is more than one SQL statement in the script, the result of the execution of each statement will be displayed. See the picture below:


You can modify the script and execute it again, save, save as new script, return back or print the output of each statement separately.

The "Print result" prompt appears only for "Select" like statements.
The following printing options are available:
 - Enter the page title as the header of the printout.
 - Title text style (Bolt, Italic and Underlined).
 - Title alignment: Left, Right or Center.
 - Height of the table header and height of the table rows: (min., 20 pixel, 30 pixel).

 

 

Previous

TOC

Next