Product Documentation

FairCom JDBC Developer's Guide

Previous Topic

Next Topic

Connect to the JDBC Driver Using DriverManager.GetConnection

To connect to a FairCom DB SQL database through the FairCom DB SQL JDBC Driver, an application specifies:

  • A database connection string in the form of a JDBC URL
  • User authentication detail (user name and password)

Applications specify this information as arguments to the DriverManager.GetConnection() method.

In This Section

JDBC Support for TLS

User Authentication Detail

An Example Connection

TOCIndex