The difference between EXIT and CONTINUE is where the handler returns to. In an EXIT handler, it returns to the next statement outside the handler scope and in a CONTINUE handler it returns to the next statement after the one that failed. So it either exits the failing code or continues after the error.
In your case, an EXIT handler declared in your procedure would return AFTER the procedure call. But it wouldn't necessarily RETURN the right value. _________________ I am *not* the model of the modern major general.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum