2. Using Ingres Commands : compform Command—Compile a Form : compform Example
 
Share this page                  
compform Example
This command compiles the employees form, which is stored in the emp database, into a C language data structure and places it in the file empform.c:
compform emp employees empform.c
Before you can link the compiled form to your application, you must translate the compiled form into object code. For more information, see the Character-based Querying and Reporting Tools User Guide.