Reference Guide
Reference Guide
Reference Guide
|
Used to submit SQL statements to interactively interrogate the database and add, edit, and remove rows from tables. Opens when SQL is keyed in the Key-in window.
SQL Window | |
Submits the typed SQL statement (see SQL statements).
The result of the database query is displayed row by row in the SQL Window. However, SQL error messages are displayed in the status bar.
Confirms rows are set.
Retrieves the next row.
Aborts the display of rows.
Opens the Open SQL Command File dialog box, which is used to open a SQL command file and submit the SQL statement in the file.
A SQL command file is an ASCII file that contains a single SQL statement. SQL command files are useful for storing frequently used SQL statements. The statement can be continued on multiple lines.
Any SQL statement that begins with the “@” character is treated as a reference to a command file. If the “.sql” extension is omitted, it is assumed. For example:
@query
processes the SQL statement in the file “query.sql.”
Opens the Save SQL Command File As dialog box, which is used to specify a command file in which to save the SQL statement in the text field in the SQL Window.