Getting Started
:
Quick Start Connect
:
Connecting with the JDBC Driver Manager
Connecting with the JDBC Driver Manager
Once the driver is installed, you can immediately connect from an application to your database with the JDBC Driver Manager by specifying the connection URL in the
DriverManager.getConnection()
method.
For information on connecting using data sources, see
Connecting Using Data Sources
.