To run the DP4 SQL Interpreter:
To test whether the DP4 SQL Interpreter is functional, you might like to run a simple SELECT statement against the SALESORD database:
SELECT * FROM employee;
If you want to browse the data, select the Results option and use the <↓> and <↑> keys.
For information on:
The SQL Interpreter accepts the following command line options: -gofaster, -noprivate, -readonly. These options all have the same meaning as the corresponding options for SQLEXE. See SQLEXE Command line Options for further information. SQL does not accept any of the other special SQLEXE options, only standard DP4 command tails such as -db.
The SQL Interpreter expects these options to be supplied without any _ separators, whereas the SQL Filter expects them with _ separators. Sorry about that!
To leave the program, either press <Esc> with one of the menu options highlighted or select the Exit menu option.