Previous Topic: -436 - RESIGNAL FOR SQLSTATE sqlstate REQUESTED WHEN HANDLER NOT ACTIVENext Topic: -438 - SQLSTATE sqlstate-value WAS SIGNALLED WITH NO ATTACHED ERROR MESSAGE


-437 - NO HANDLER EXISTS FOR USER-DEFINED CONDITION NAME name-string

Explanation

A procedure declared a condition name for which no condition-handler exists. In the message text, name-string shows the name of the condition that was declared in the procedure.

The SQLSTATE that equates to this SQL return code is 45000.

User Response

Define a condition-handler for the condition.