6. Embedded QUEL for BASIC : Precompiling, Compiling, and Linking an EQUEL Program : Generating an Executable Program : Linking an EQUEL Program
 
Share this page                  
Linking an EQUEL Program
EQUEL programs require procedures from several VMS shared libraries in order to run properly. Once you have preprocessed and compiled an EQUEL program, you can link it. Assuming the object file for your program is called "dbentry," use the following link command:
$ link dbentry.obj,-
  ii_system:[ingres.files]equel.opt/opt
It is recommended that you do not explicitly link in the libraries referenced in the EQUEL.OPT file. The members of these libraries change with different releases of INGRES. Consequently, you may be required to change your link command files in order to link your EQUEL programs.