To load and register the CONNX JDBC Driver

Enter the following JDBC call  within the Java program:
 

Class.forName("com.Connx.jdbc.
TCJdbc.TCJdbcDriver").newInstance();
 

Note: The variable newInstance is inserted to ensure that the Class is registered. Some browsers have had difficulty loading Class without newInstance included as part of the syntax.

 

Related Topics

image\CHICLET.jpg Opening a connection to the CONNX JDBC Driver

image\CHICLET.jpg Setting the Classpath