DataDirect Connect Drivers
:
Sybase Driver
:
Data Source and Driver Classes
Data Source and Driver Classes
The driver class for the Sybase driver is:
com.ddtek.jdbc.sybase.SybaseDriver
Two data source classes are provided with the driver. Which data source class you use depends on the JDBC functionality your application requires. The following table shows the recommended data source class to use with different JDBC specifications.
Table 70.
Choosing a Data Source Class
If your application requires...
JVM Version
Data Source Class
JDBC 4.0 functionality and higher
Java 6 or higher
com.ddtek.jdbcx.sybase.SybaseDataSource40
JDBC 3.x functionality and earlier specifications
Java SE 5 or higher
com.ddtek.jdbcx.sybase.SybaseDataSource
See
Connecting Using Data Sources
for information about DataDirect Connect Series
for
JDBC
data sources.