How You Can Check for Errors
Use the inquire_4gl statement to check for errors resulting from exec 4GL statements. By default, any such errors are directed to the trace window and the log file. To turn off the display of these errors, use the set_4gl statement with the messages keyword.
Neither the global error handler that set_sql defines nor the sql whenever statement apply to exec 4GL errors. An error handler specified with the IIseterr function is not called when an error occurs. (For more information, see
How You Can Use IIseterr() in Ingres Applications in the Actian X
Form-Based Application Development Tools User Guide.)
Last modified date: 12/20/2023