These properties vary according to the database vendor requirements for JDBC driver implementations. You must set the appropriate properties on every data source that you configure. These settings are for Sybase data sources.
You can configure the following types of providers:
The Sybase JDBC 3 Driver is a Type 4 JDBC driver that provides JDBC access to the Sybase database.
com.sybase.jdbc3.jdbc.SybConnectionPoolDataSource
jconn3.jar
com.ibm.websphere.rsadapter.SybaseDataStoreHelper
The Sybase JDBC 3 Driver (XA) is a Type 4 JDBC driver that provides XA-compliant JDBC access to the Sybase database.
com.sybase.jdbc3.jdbc.SybXADataSource
jconn3.jar
com.ibm.websphere.rsadapter.SybaseDataStoreHelper
The Sybase JDBC 2 Driver is a Type 4 JDBC driver that provides JDBC access to the Sybase database.
com.sybase.jdbc2.jdbc.SybConnectionPoolDataSource
jconn2.jar
com.ibm.websphere.rsadapter.SybaseDataStoreHelper
The Sybase JDBC 2 Driver (XA) is a Type 4 JDBC driver that provides XA-compliant JDBC access to the Sybase database.
com.sybase.jdbc2.jdbc.SybXADataSource
jconn2.jar
com.ibm.websphere.rsadapter.SybaseDataStoreHelper