Contents Index Using JDBC 2.0 features from JDK 1.1 databases Using the jConnect JDBC driver

ASA Programming Guide
  JDBC Programming
    JDBC overview

Differences between client- and server-side JDBC connections


A difference between JDBC on the client and in the database server lies in establishing a connection with the database environment.

You can write JDBC classes in such a way that they can run both at the client and at the server by employing a single conditional statement for constructing the URL. An external connection requires the machine name and port number, while the internal connection requires jdbc:default:connection.


Contents Index Using JDBC 2.0 features from JDK 1.1 databases Using the jConnect JDBC driver