howtoport.blogg.se

Proc engine error topaz clarity
Proc engine error topaz clarity




proc engine error topaz clarity
  1. Proc engine error topaz clarity install#
  2. Proc engine error topaz clarity driver#

  • 0 returns control to the JPL procedure where the error occurred.
  • If the error occurred while executing a JPL statement with a DBMS command: If an ONEXIT function and an ONERROR function are both installed, the return code from the ONERROR function takes precedence. The function's return code is returned to the application.
  • Context flag for the error handler its value is 2.
  • The name of the database engine for the statement.
  • The first 255 characters of the statement if the statement was executed from JPL, this is the first 255 characters after the command word DBMS or DBMS SQL.
  • The function displays any error messages and its return code controls whether or not JPL execution is aborted. Each execution of this command overrides the previous error handler. The error handler is global to the application. If an error occurs while executing a JPL procedure, the default handler aborts the procedure, returning -1 to the calling procedure.Īn application can override the default error handler with the command DBMS ONERROR and an argument.

    Proc engine error topaz clarity driver#

    Error message from Panther's database driver or from the database engine.Error code number from Panther's database driver or from the database engine.If Panther's database driver generated the message, database interface is listed along with the engine name. If the database engine generated the message, only the engine name is listed. The default error handler displays the following: Use DBMS ONERROR to set or change the behavior of the Panther database error handler for the application. If Panther or the database engine find an error, Panther updates the global error and status variables (the variables) and calls the installed function.ĬONTINUE Prevents default error handler from aborting a JPL procedure where a Panther error occurs.

    Proc engine error topaz clarity install#

    JPL jplEntryPoint Install a user function as the error handler. Sets the behavior of the error handler Synopsis DBMS ONERROR CALL function DBMS ONERROR CONTINUE DBMS ONERROR JPL jplEntryPoint DBMS ONERROR STOP ArgumentsĬALL function Name of prototyped C function. ONERROR - DBMS Statements and Commands (Programming Guide)






    Proc engine error topaz clarity