Chapter8.OpenLink JDBC Driver (Single-Tier Edition)
Introduction
The OpenLink Drivers for JDBC enable the development, deployment, and utilization of database independent Java Applications, Applets, Servlets, and Bean Components (collectively called JDBC Clients) that conform to the JDBC 1.0.2, JDBC 1.1.x, or JDBC 2.0.x specifications from JavaSoft.
JDBC clients are built by importing the "java.sql.*" collection of classes known as the JDBC Driver Manager interface. The JDBC Driver Manager uses JDBC URLs to link JDBC clients with JDBC Drivers. It is important to note that JDBC URLs are JDBC Driver specific. Detailed information regarding JDBC is available from:
http://java.sun.com/products/jdbc/index.html
Table of Contents
- 8.1. OpenLink JDBC Driver (Single-Tier Edition) for Java Database Connectivity (JDBC)
-
- 8.1.1. New JDBC Driver Packages
- 8.1.2. New Features & Enhancements
- 8.2. Downloading Driver Software
- 8.3. OpenLink JDBC Driver (Single-Tier Lite Edition) Configuration
- 8.4. OpenLink JDBC Driver (Single-Tier Edition) for JDBC Utilization
-
- 8.4.1. OpenLink Driver for JDBC Type 1
- 8.4.2. OpenLink Driver for JDBC Type 2
- 8.4.3. OpenLink Driver for JDBC Type 3
- 8.4.4. Examples
- 8.5. OpenLink JDBC Driver (Single-Tier Edition) Demonstration Programs
-
- 8.5.1. JDBC Compliant Applet Demos
- 8.5.2. JDBCDemo
- 8.5.3. ScrollDemo
- 8.5.4. ScrollDemo2
- 8.5.5. RowSetDemo
- 8.5.6. JDBC compliant Application Demos
- 8.6. OpenLink JDBC Driver (Single-Tier Edition) Important Multi-User JDBC Solution Development & Utilization Issues