JDBC Applications

You can develop Java applications that use the JDBC API to connect to SAP Sybase IQ. Several of the applications supplied with SAP Sybase IQ use JDBC, such as Interactive SQL.


 Applications connecting to SAP Sybase IQusing JDBC.

Java and JDBC are also important programming languages for developing UltraLite applications.

JDBC can be used both from client applications and inside the database. Java classes using JDBC provide a more powerful alternative to SQL stored procedures for incorporating programming logic into the database.

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

The phrase client application applies both to applications running on a user's computer and to logic running on a middle-tier application server.

The examples illustrate the distinctive features of using JDBC in SAP Sybase IQ. For more information about JDBC programming, see any JDBC programming book.

You can use JDBC with SAP Sybase IQ in the following ways:

JDBC resources