Data Source and Driver Classes
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
The driver class for the MySQL driver is:
com.ddtek.jdbc.mysql.MySQLDriver
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.
| If your application requires... | JVM Version | Data Source Class |
|---|---|---|
| JDBC 4.0 functionality and higher | Java 6 or higher | com.ddtek.jdbcx.mysql.MySQLDataSource40 |
| JDBC 3.x functionality and earlier specifications | Java SE 5 or higher | com.ddtek.jdbcx.mysql.MySQLDataSource |
See Connecting Using Data Sources for information about DataDirect Connect Series for JDBC data sources.