Loading stored procedures

Before running an Embedded SQL/C program, you must load the precompiler-generated stored procedures into Adaptive Server. To do this, you need to 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.”