Getting Started
- Last Updated: May 25, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
After the driver has been installed and defined on your class path, you can connect from your application to your data in either of the following ways.
- Using the JDBC
DriverManagerby specifying the connection URL in theDriverManager.getConnection()method. - Creating a JDBC data source that can be accessed through the Java Naming Directory Interface (JNDI).