Contents Index Installing jConnect system objects into a database Supplying a URL for the server

ASA Programming Guide
  JDBC Programming
    Using the jConnect JDBC driver

Loading the jConnect driver


Before you can use jConnect in your application, load the driver by entering the following statement:

Class.forName("com.sybase.jdbc2.jdbc.SybDriver").newInstance();

Using the newInstance method works around issues in some browsers.


Contents Index Installing jConnect system objects into a database Supplying a URL for the server