Building an Embedded SQL/C executable

To build an executable program from an Embedded SQL application:

  1. Precompile the application.

  2. Compile the C source code generated by the precompiler and link your application to any necessary files and libraries.

  3. Load any precompiler-generated stored procedures.

The following sections describe these steps.