This chapter describes how to use JDBC to access data.
JDBC can be used both from client applications and inside the database. Java classes using JDBC provide a more powerful alternative to SQL stored procedures for incorporating programming logic in the database.
JDBC overview
Using the jConnect JDBC driver
Using the iAnywhere JDBC driver
Establishing JDBC connections
Using JDBC to access data
Using JDBC escape syntax