Connecting to the CONNX JDBC Server
Before you connect to the CONNX JDBC Server, register the database using the DSNRegistry tool.
1. Set the Classpath.
2. Load the JDBC Driver by invoking the method Class.forName in JDBC.
Class.forName("com.Connx.jdbc.TCJdbc.TCJdbcDriver").newInstance();
3. Set the CONNX JDBC URL.
4. Open a connection to a database via JDBC.
The Configuration Manager can adjust some of the CONNX JDBC configuration settings to increase the flexibility of the CONNX JDBC Server. For more information about the using the Configuration Manager to adjust the CONNX JDBC configuration settings, see the CONNX Configuration Settings section in the Administration Guide.