skip to main content
Using the driver : Connecting from an application
  

Try DataDirect Drivers Now

Connecting from an application

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 DriverManager 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).
* Setting the classpath
* Connecting using the JDBC Driver Manager
* Connecting using data sources