Getting started
- Last Updated: October 1, 2019
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
After the driver has
been installed and defined on your class path, you can connect from your application to your
database in either of the following ways.
- Using the JDBC
DriverManager, by specifying the connection URL in theDriverManager.getConnection()method. - Creating a JDBC
DataSourcethat can be accessed through the Java Naming Directory Interface (JNDI).