JDBC is a specification created by Sun Microsystems, and supported by many third-party tools. Its Object-Oriented Objects
-- Connection, ResultSet, Statement, DatabaseMetaData -- represent connecting to a database, getting results back from a query,
executing a statement, and getting metadata from a database.
There are generally four steps that a Java developer must follow in order to connect to CONNX JDBC:
Register the Data Source
Set ClassPath
Load the CONNX JDBC Driver
Open a connection to the CONNX JDBC Driver (Thin Client)
Before beginning any of the above procedures, you must have installed a JDK (Java Development Kit) that is compatible with your system. Refer to "CONNX JDBC" in the online CONNX Installation Guide for a list of Web sites that offer downloadable JDKs.
Registering the Data Source Name