Accessing data with Java
You can access DB2® UDB for iSeries™ data in your Java™ programs with the IBM® Developer Kit for Java Database Connectivity (JDBC) driver.
The driver allows you to perform the following tasks.
- Access database files
- Access JDBC database functions with embedded Structured Query Language (SQL) for Java
- Run SQL statements and process results.
Parent topic:
Using dynamic SQL through client interfaces
Related concepts
Accessing databases with the IBM Developer Kit for Java JDBC driver