Loading stored procedures

Before running an Embedded SQL/C program, load the precompiler-generated stored procedures into Adaptive Server. To do this, precompile the program with the -G option, which creates an isql script file. Then use the isql -i option to load the created file.

For more information about isql, see Appendix A, “Utility Commands Reference.”