Collection Contents Index The ODBC programming interface The JDBC programming interface pdf/chap1.pdf

Programming Interfaces Guide
   CHAPTER 1. 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 provides all of the functionality available in the product. Embedded SQL is quite easy to work with, although it takes a little getting used to the idea of Embedded SQL statements (rather than function calls) in C code.

For Info     Embedded SQL is described in The Embedded SQL Interface.


Collection Contents Index The ODBC programming interface The JDBC programming interface pdf/chap1.pdf