SQL/MX Programming Manual for C and COBOL (H06.10+, J06.03+)
C/C++ Program Compilation
HP NonStop SQL/MX Programming Manual for C and COBOL—544617-003
15-5
Compiling Embedded SQL C/C++ Programs With
Embedded Module Definitions
7. The linker produces the application’s executable file, sqlprog.exe.
8. SQL compile one, some, or all of the application’s embedded module definitions in
the executable file by using mxCompileUserModule. See Running the
SQL/MX Compiler on page 15-30 and Compiling Embedded Module Definitions on
page 15-30.
mxCompileUserModule sqlprog.exe
9. The SQL/MX compiler produces the SQL/MX module. The module is stored in the
local application directory or in the global /usr/tandem/sqlmx/USERMODULES
directory.
Run the C/C++ executable program.










