The topics in this section explain the two steps FairCom DB SQL JDBC applications must perform to connect to a database:
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