Previous Topic: JDBC Driver Implementation and ConfigurationNext Topic: JDBC Driver


JDBC Interface

The JDBC interface allows Java applications to access different databases without specifically targeting any particular DBMS. A set of classes called a JDBC driver is used to link an application to a specific DBMS. The JDBC interface was developed by Sun Microsystems based on ODBC 2.5, and, like ODBC, is consistent with the X/OPEN Call Level Interface (CLI). The javadoc generated from the JDBC driver source code contains additional information about a particular implementation of JDBC.

The CA Datacom JDBC Driver consists of a set of classes that link a Java application to the CA Datacom/DB DBMS. The HTML format javadoc is installed with CA Datacom Server on a Windows platform.