Understanding JDBC Connectivity

This chapter explains the JDBC components that enable JDBC connectivity to Ingres data sources. It provides a description of each component, a list of supported API features, driver and server configuration information, and guidelines for implementing Java applications in the Ingres environment.

Previous Topic

Next Topic

JDBC Components

Ingres JDBC consists of the following components:

Previous Topic

Next Topic

JDBC Driver

The Ingres JDBC Driver is a pure Java implementation of the JDBC 3.0 API released with the Sun Java 2 SDK, version 5.0. The driver supports application, applet, and servlet access to Ingres data sources through the DAS.

Note: The JDBC driver provided in the Ingres 2.6 release continues to be supported in this current release. For migration instructions related to the JDBC driver, see the Migration Guide.

The Ingres JDBC Driver supports the following JDBC 3.0 features:

The Ingres JDBC Driver is delivered as a single Java archive file, named iijdbc.jar, located in the library directory (lib) of the Ingres instance. Depending on the Java environment used, access to the driver requires adding the Java archive to the CLASSPATH environment setting or as a resource in the appropriate utility. For browser/applet access, the Java archive must be copied to the Web Server directories.

Previous Topic

Next Topic

JDBC Information Utility—Load the JDBC Driver

The JDBC information utility, JdbcInfo, loads the Ingres JDBC driver and displays its internal release information. The class files for the JdbcInfo utility are located in the library directory (lib) of the Ingres instance.

You can invoke the JdbcInfo utility from the command line with the following parameters:

Previous Topic

Next Topic

Unsupported JDBC Features

The Ingres JDBC Driver is compliant with the JDBC 3.0 API specification. JDBC 3.0 API interfaces are fully supported with the following exceptions:


© 2007 Ingres Corporation. All rights reserved.