Quick Start: Progress DataDirect for JDBC for Oracle Eloqua Driver
:
Connecting to a DataSource
:
Connecting Using the DriverManager
Try DataDirect Drivers Now
Connecting Using the DriverManager
One way to connect to a Eloqua database is through the JDBC DriverManager using the
DriverManager.getConnection()
method. As the following example shows, this method specifies a string containing a connection URL.
Connection conn = DriverManager.getConnection
("jdbc:datadirect:eloqua:Company=ABCcorp;User=123@abccorp.com;Password=secret")
In this section:
Passing the Connection URL
Testing a DriverManager Connection