Chapter 4, Database Access

JDBC level 1 connection pool drivers The Sybase jConnect level 1 driver class property should be com.sybase.jdbc3.jdbc.SybDriver.

JDBC level 2 connection pool drivers The Sybase jConnect level 2 driver connection pool driver property should be com.sybase.jdbc3.jdbc.SybConnectionPoolDataSource.

Table 4-1: UNIX platform connection libraries If you are using a Sybase ASA or Adaptive Server Enterprise database, the values for the JDBC driver class properties should be:

Table 4-2: Windows platform connection libraries If you are using a Sybase ASA or Adaptive Server Enterprise database, the values for the JDBC driver class properties should be:

Table 4-3: Connection libraries and XA resource libraries for Solaris The XA resource library for JDBC database driver should be com.sybase.jdbc3.jdbc.SybXADataSource.

Table 4-4: Connection libraries and XA resource libraries for Windows The XA resource library for JDBC database driver should be com.sybase.jdbc3.jdbc.SybXADataSource.

Configuring an XA resource The value for the Driver property (DLL or Class Name) to configure the connection cache should be com.sybase.jdbc3.jdbc.SybXADataSource.