Data access JavaBeans overview

The data access beans are located in the com.ibm.db package, and they offer these capabilities:

Data access beans are essentially a class library that makes it easier to access a database. The library contains a set of beans with methods that access the database through the JDBC API. There are several sets of classes referred to as data access beans. To make things clearer, you can refer to the classes by the name of the JAR file that contains them:

The com.ibm.db package is provided to support existing applications that use data access beans. If you want to continue using applications that use the com.ibm.db package, see the Version 4.0 API documentation for com.ibm.db. For an example, see Example: Using WebSphere Application Server Version 4.0 data access beans.

If you want to create new applications that use the com.ibm.db.beans package, see the WSAD documentation concerning data access beans. For an example, see Example: Using data access beans in WebSphere Application Server - Express.