Product Documentation

FairCom JDBC Developer's Guide

Previous Topic

Next Topic

Connecting to a Database

The topics in this section explain the two steps FairCom DB SQL JDBC applications must perform to connect to a database:

  1. Load the JDBC driver.
  2. Connect to the driver.

This section provides a sample in An Example Connection.

In This Section

Load the JDBC Driver Using Class.forName

Connect to the JDBC Driver Using DriverManager.GetConnection

Scrollable Cursors Within ResultSets

Connection Pooling Support in JDBC

TOCIndex