Building an Embedded SQL/C executable

Following are basic steps 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.

The following sections describe each step.