SQL Language Guide > SQL Language Guide > Embedded SQL > How Embedded SQL Statements Are Processed
Was this helpful?
How Embedded SQL Statements Are Processed
Embedded SQL statements are processed by an embedded SQL (ESQL) preprocessor, which converts the ESQL statements into host language source code statements. The resulting statements are calls to a runtime library that provides the interface to Vector (host language statements are not altered by the ESQL preprocessor). After the program has been preprocessed, it must be compiled and linked according to the requirements of the host language.
Note:  More details about using embedded SQL in your host language may be found in the Ingres Embedded SQL Companion Guide.
Last modified date: 03/21/2024