Updated on 2024-05-07 GMT+08:00

Error Handling

There are two non-exclusive methods to handle errors and warnings in an embedded SQL program:
  • Callbacks can be configured to handle errors or warnings using the WHENEVER command.
  • Detailed information about the errors or warnings can be obtained from the sqlca variable.