Testing JDBC Connections
Some sample JDBC applets are bundled with our JDBC Drivers.
Each one demonstrates practical use of JDBC and highlights
- JDBCDemo demonstrates basic JDBC functionality.
- ScrollDemo demonstrates the additional Resultset navigation functionality provided by our Scrollable Resultset &
RowSet Extensions for JDBC on a Record-by-Record Basis.
- ScrollDemo2 demonstrates the additional Resultset navigation functionality provided by JDBC 2.0.
- RowSetDemo demonstrates the additional Resultset navigation functionality provided by our Scrollable Resultset &
RowSet Extensions for JDBC on a RowSet-by- RowSet Basis.
Referenced by...