|
See also Inquirer Development Tutorial
Inquirer is a simple GUI application that tests SQL statements. It was developed for the Java 1.1 Tutorial Service. Here you can find the installation procedure and a description of the application. |
To use this application simply download Inquirer.zip, unzip it in a directory of your choice and open the Inquirer.bat file. Change the variables in the bat file according to your directory tree. Finally, execute Inquirer.bat.
If something goes wrong, it's important that you check the correct directories: in PATH you must add the directory where java.exe is stored, while in CLASSPATH you must put the directory you have created for Inquirer.jar (it's not a bad idea to add the path for the classes.zip of Java 1.1, too).
If the problem persists, write directly to TETRACTYS Freeware with a description of what goes wrong. For any comment or suggestion, please use the comments form
Inquirer is a simple GUI application that tests SQL statements.
When you start it, a dialog appears.
This dialog has the following components:
There are four important things you must know:
A note regarding the returned Result Set:
The Result Set returned by a SELECT query is shown in the ScrollPane area. The columns are represented with LIST components (on the top of these LISTs you find the BUTTONS to insert column names in the Query TEXTFIELD). I have implemented a simple mechanism to link each row of a column with the corresponding one in other columns: simply you have to select an element and automatically the whole row is highlighted.
I think that these few notes are sufficient for a correct use of Inquirer. This simple application was born to illustrate some mechanisms of JDBC and the new AWT of Java 1.1. If you are interested go to the Development Tutorial .
![]() |
In the next Issue Weekly Applet will be | ![]() |
---|