Sybase jConnect JDBC Driver

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

Depending on the installation package you received, SAP Sybase IQ may or may not include SAP 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 SAP 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.