Connecting from an Application
- Last Updated: January 12, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
Once the driver is installed and configured, you can connect to your database
in either of the following ways:
- Using the JDBC Driver Manager, by specifying the connection URL in the
DriverManager.getConnection()method. - Creating a JDBC data source that can be accessed through the Java Naming Directory Interface (JNDI).