How is Java executed in the database?  How can I use Java and SQL together?

Chapter 1: An Introduction to Java in the Database

Client- and server-side JDBC

JDBC is the industry standard API for executing SQL in Java.

Adaptive Server provides a native JDBC driver. This driver is designed to maximize performance as it executes on the server because it does not need to communicate across the network. This driver permits Java classes installed in a database to use JDBC classes that execute SQL statements.

When JDBC classes are used within a client application, you typically must use jConnect™ for JDBC, the Sybase client-side JDBC database driver, to provide the classes necessary to establish a database connection.





Copyright © 2005. Sybase Inc. All rights reserved. How can I use Java and SQL together?

View this book as PDF