Data Source and Driver Classes
- Last Updated: May 24, 2016
- 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 Salesforce driver is:
com.ddtek.jdbc.sforce.SForceDriver
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 SE 7 or higher 1 | com.ddtek.jdbcx.sforce.SForceDataSource40 |
| JDBC 3.x functionality and earlier specifications | Java SE 7 or higher 2 | com.ddtek.jdbcx.sforce.SForceDataSource |
See Connecting Using Data Sources for information about DataDirect Connect Series for JDBC data sources.
1 The Salesforce driver requires a Java SE 7 or
higher JVM to comply with Salesforce security standards.
2 The Salesforce driver requires a Java SE 7 or
higher JVM to comply with Salesforce security standards.