Understanding ODBC Connectivity

This chapter introduces the Ingres ODBC components that enable ODBC connectivity to Ingres data sources. It provides a description of each component, a list of supported API features, data source configuration instructions, connection string keyword definitions, and guidelines for implementing ODBC-enabled applications in the Ingres environment.

Previous Topic

Next Topic

ODBC Driver

The Ingres ODBC driver (subsequently referred to as the ODBC driver) enables ODBC-enabled applications to access Ingres, Enterprise Access, and EDBC databases. The driver is installed as part of a standard Ingres client installation or as a stand-alone product.

Previous Topic

Next Topic

ODBC Call-level Interface

The Ingres ODBC Call-level Interface (ODBC CLI) provides access to the ODBC application environment without the need to use third-party software. It is installed when you install the Ingres ODBC Driver and is supported on all platforms on which Ingres runs.

The Ingres ODBC CLI performs the following functions:

Note: The ODBC CLI is not a generic ODBC driver manager. While it does provide functions similar to other ODBC driver managers, it is designed specifically to support ODBC-based application access to the Ingres 3.5 ODBC driver. It does not support Ingres ODBC drivers provided by third-party vendors.

The ODBC CLI can use ODBC data sources configured with the Microsoft ODBC Administrator on Windows or the iiodbcadmn utility on non-Windows platforms. For more information, see Configure a Data Source (Windows) and Configure a Data Source (UNIX and VMS).

Previous Topic

Next Topic

Unsupported ODBC Features

The ODBC driver does not currently support the following features:

Previous Topic

Next Topic

Read-Only Driver Option

To support the release of a non-configurable read-only driver into production environments, the ODBC driver can optionally be installed as a read-only driver. This driver allows SET statements such as SELECT, EXECUTE PROCEDURE, and ODBC CALL, but does not allow update statements (for example, INSERT, DELETE, UPDATE, CREATE, and so on).

Both ODBC drivers (read-only and read/update) are installed during the standard Ingres installation. Selection of the driver type is performed during configuration of an ODBC data source. For more information, see Configure a Data Source (Windows) and Configure a Data Source (UNIX and VMS).


© 2007 Ingres Corporation. All rights reserved.