M. Runtime Error Processing : How You Can Use iiseterr() in Ingres Applications : Multiple Calls
 
Share this page                  
Multiple Calls
Your error handler routine is global to the application. It takes effect in every frame, 4GL procedure, and embedded query language procedure in your application.
Reset your error handler at any time, and as often as necessary during your application. For example, if a frame or procedure calls iiseterr() a second time, and passes it the name of another error handler, the new error handler replaces the one you defined previously.