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.

  3. Link your application to any necessary objects and libraries.

  4. Load any precompiler-generated stored procedures.