Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

The Embedded SQL programming interface [Table of Contents] The Open Client programming interface

[-] Chapter 1: Programming Interface Overview
[-] The JDBC programming interface


The JDBC programming interface

JDBC is a call-level interface for Java applications. Developed by Sun Microsystems, JDBC provides Java programmers with a uniform interface to a wide range of relational databases, and provides a common base on which higher level tools and interfaces can be built. JDBC is now a standard part of Java and is included in the JDK.

Sybase provides a JDBC driver, named Sybase jConnect. You can use jConnect to access Adaptive Server Anywhere databases. Sybase jConnect documentation is provided in Dynatext format.

In addition to using JDBC as a client side application programming interface, you can also use JDBC inside the database server to access data from Java in the database. For that reason JDBC is documented as part of the Java in the database documentation.

JDBC is not described in this book. For a description of JDBC, see Data Access Using JDBC


The Embedded SQL programming interface [Table of Contents] The Open Client programming interface