Contents Index JDBC Programming Choosing a JDBC driver

ASA Programming Guide
  JDBC Programming

JDBC overview


JDBC provides a SQL interface for Java applications: if you want to access relational data from Java, you do so using JDBC calls.

Rather than a thorough guide to the JDBC database interface, this chapter provides some simple examples to introduce JDBC and illustrates how you can use it on the client and in the database.

The examples illustrate the distinctive features of using JDBC in Adaptive Server Anywhere. For more information about JDBC programming, see any JDBC programming book.

JDBC and Adaptive Server Anywhere 

You can use JDBC with Adaptive Server Anywhere in the following ways:

JDBC resources 

Choosing a JDBC driver
JDBC program structure
JDBC in the database features
Differences between client- and server-side JDBC connections

Contents Index JDBC Programming Choosing a JDBC driver