JDBCDemo Applet
This applet demonstrates basic JDBC functionality.
Utilization Steps
- Start the OpenLink Request Broker
- Start up your Web Browser
- Enter one of the following URLs into your browser depending on the location of your OpenLink Request Broker or HTTP-based OpenLink? ODBC Administrator Note: Port "8000" presumes that you took the defaults when installing the UDA components.
- Drill down to Sample Applications -> JDBC Applet Demos --

- Click on Applet demonstration with OpenLink Software JDBC Driver.
- Use the Applet's File -> Set Connection URL menu item set a JDBC URL.
- Enter a valid SQL statement for the back end database that you are connecting to via JDBC and then click on the "Query" button --

- Basic JDBC 1.1 functionality provides Forward-Only (as opposed to Bi-Directional) record Scrolling; this is why the basic JDBC applet only has a "Next" button.
When you click on the "Next" button you are moved to the next record in your JDBC resultset.
Unfortunately, you have to hit the "Query" button again and re-start Forward-Only navigation through the result set if you need to see any records previous to your current position.
The examples that follow show how newer release of JDBC (version 2.0 and later) address the Bi-Directional Scrolling Limitation demonstrated by this Applet.