Loading stored procedures

If you use the precompiler -G flag to generate stored procedures, use isql to load the stored procedures into Adaptive Server before you execute the program. The format of the isql command to execute a generated script is:

isql -Uuserid -Ppassword < program.sql

where the -U and -P flags specify the user ID and password to log in to Adaptive Server.

See Appendix A, “Utility Commands Reference,” for a description of isql.