Default handling of warnings in procedures

Errors and warnings are handled differently. While the default action for errors is to set a value for the SQLSTATE and SQLCODE variables, and return control to the calling environment in the event of an error, the default action for warnings is to set the SQLSTATE and SQLCODE values and continue execution of the procedure.

See ”Default error handling of warnings in procedures and triggers” in SQL Anywhere Server - SQL Usage.

NoteSybase IQ does not support triggers.You can ignore information about triggers in the SQL Anywhere documentation.