Previous Topic

Next Topic

compform Command—Compile a Form

The compform command compiles a form that is stored in a database and places it in a text file.

The compform command has the following format:

compform dbname |vnode::dbname[/server_class] form filename [-m]
[-uusername] [-Ggroupid]

Previous Topic

Next Topic

compform Example

This command compiles the employees form, which is stored in the emp database, 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.


© 2007 Ingres Corporation. All rights reserved.