Contents Index The OLE DB and ADO programming interface The JDBC programming interface

ASA Programming Guide
  Programming Interface Overview

The Embedded SQL programming interface


Embedded SQL is a system in which SQL commands are embedded right in a C or C++ source file. A preprocessor translates these statements into calls to a runtime library. Embedded SQL is an ISO/ANSI and IBM standard.

Embedded SQL is portable to other databases and other environments, and is functionally equivalent in all operating environments. It is a comprehensive, low-level interface that provides all of the functionality available in the product. Embedded SQL requires knowledge of C or C++ programming languages.

Embedded SQL is described in Embedded SQL Programming.


Contents Index The OLE DB and ADO programming interface The JDBC programming interface