Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
RealSQL-JDBC Driver (External Components Installation Guide) (M6859IG+JDBC.htm)
The RealSQL-JDBC Driver allows JDBC-compliant applications to read and write data to a Reality database using SQL. It includes a standard API that can be used in Java applications, applets and servlets.
Reality CD-ROM Component Installation Utility
Select component to install
Install JDBC driver y/n/q [n]:
Install JReal y/n/q [n]:
Install RealWeb y/n/q [n]:
About to install ......... Confirm?
Enter y to continue.
Setting up the host for use with RealSQL-JDBC is the same as for On the Host System.
/usr/northgateis/RealSQL-JDBC-1.0/realsql-jdbc.jar
or on Windows:
C:\Program Files\NorthgateIS\RealSQL-JDBC-1.0\realsql-jdbc.jar
/usr/northgateis/RealSQL-JDBC-1.0/RealJTest
or on Windows:
C:\Program Files\NorthgateIS\RealSQL-JDBC-1.0\RealJTest
For information on how to set CLASSPATH, refer to Setting Environment Variables.
Once you have installed and configured the SQL/JDBC software, you should check that you can connect to a Reality database. On Windows, the installation procedure places a shortcut to a program called RealJTest on your desktop. In UNIX, you can run RealJTest by entering the command java RealJTest.
Enter the following information:
When you have entered all this information, click the Connect button. The title of the Connect button should change to Disconnect and the connect string should be displayed beside the Disconnect button.
Once you are connected, you can enter SQL statements into the Command text area. When you click the Execute button, these will be executed and the results displayed in the Results text area.
If Reality transaction handling is enabled, you can create and populate two small test tables, STAFF and CARS, by selecting the Create Test Tables command from the Database menu. The Recent drop down combo box will be populated with a small number of pre-defined SQL queries for you to try out. The tables may be deleted by selecting the Delete Test Tables command.