C. Calling Ingres Tools from Embedded QUEL : Ingres Tools and Parameters
 
Share this page                  
Ingres Tools and Parameters
This section discusses the specific parameters and flags you can specify when calling an Ingres tool.
When you call an Ingres tool, you can use the flags parameter to specify the values of flags. You must separate the flags using spaces.
If a parameter does not accept an argument, you must specify a dummy argument using empty quotes. For example, the silent parameter of the report command does not accept an argument:
## call report (database = "mydb", name = "employee",
## silent = " ")