Subject | Catching GDSCODE in Stored Procedures? |
---|---|
Author | Martijn Tonies |
Post date | 2004-05-11T12:19:42Z |
Hi,
I thought this should work:
WHEN GDSCODE 335544345 DO EXIT;
But it doesn't, while this does work:
WHEN GDSCODE lock_conflict DO EXIT;
?
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
I thought this should work:
WHEN GDSCODE 335544345 DO EXIT;
But it doesn't, while this does work:
WHEN GDSCODE lock_conflict DO EXIT;
?
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com