BackPrevious Page Next PageNext

JDBC Connections

JDBC is a Java API for executing SQL statements. It consists of a set of classes and interfaces written in the Java programming language which enables SQL statements to be executed against virtually any relational database as well as other types of data that also support JDBC.

Notes:

This chapter describes the following tasks related to JDBC connections:

Setting Up the JDBC Driver

Setting Up a JDBC Connection

Setting Up OOJDBC Connections

DBMS Objects in a JDBC Connection

BackPrevious Page Next PageNext