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.