Developing an Embedded SQL ApplicationThe ESQL precompiler, esqlc, translates SQL statements embedded in a C host program and generates a pure C program. The C program generated by the ESQL precompiler is used to build the application program executable. The general steps involved in building an ESQL program executable are as follows:
See “Using the esqlc Command” for more details on invoking and using esqlc. |
|||