Sybase jConnect JDBC Driver

If you wish to use JDBC from a client application or applet, you must have Sybase jConnect to connect to Sybase IQ databases.

Depending on the installation package you received, Sybase IQ may or may not include Sybase jConnect. You must have jConnect in order to use JDBC from client applications. You can use server-side JDBC without jConnect.

For a full description of jConnect and its use with Sybase IQ, see the jConnect documentation available in the online books or from the jConnect web site

Note: Before you can use jConnect in your application, load the driver by entering the statement:
Class.forName("com.sybase.jdbc.SybDriver").newInstance();

Using the newInstance method works around issues in some browsers.

Related concepts
Establish Connection From a Server-side JDBC Class
Connect From a JDBC Client Application Using jConnect
Related tasks
Running the External Connection Example