Get started with JDBC

The Java™ Database Connectivity (JDBC) driver shipped with the Developer Kit for Java is called the Developer Kit for Java JDBC driver. This driver is also commonly known as the native JDBC driver.

To select which JDBC driver suits your needs, consider the following suggestions:

To get started with JDBC, see the following:

Types of JDBC drivers This topic defines the JDBC driver types. Driver types are defined to categorize the technology used to connect to the database.

Requirements This topic indicates the requirements you need to access the following:

JDBC tutorial This is an important first step towards writing a JDBC program and having it run on an iSeries server with the native JDBC driver.