Accessing DB2 host data from the web using Java

 

DB2 Connect™ products include the IBM® DB2® Driver for JDBC and SQLJ to allow you to create applications that access data in DB2 databases from the Web.

Programming languages containing embedded SQL are called host languages. Java™ differs from the traditional host languages C, COBOL, and FORTRAN, in ways that significantly affect how it embeds SQL:

Figure 1. JDBC and DB2 Connect

JDBC and DB2 Connect

JDBC and SQLJ applications can be run from any system that has a IBM data server client installed; a Web browser and a Web server are not required.

For more information on the JDBC API, see the http://java.sun.com/products/jdbc/ web page.

Parent topic: DB2 Connect

Related concepts
Supported drivers for JDBC and SQLJ