Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - Programming

JDBC support

JDBC is a call-level interface for Java applications. JDBC provides you 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.

The software includes the SQL Anywhere JDBC driver, which is a Type 2 driver.

The software also supports the use of jConnect, a pure Java JDBC driver available from SAP.

In addition to using JDBC as a client-side application programming interface, you can also use JDBC inside the database server to access data by using the Java in the database feature.