SQL-92 Error catching

jad sakr

New Member
Hello!

I am using sql statement to insert, update and delete from my progress db.
if i'm using progress classical command (create for insert, find for delete and update) i can catch the error by using the error-status:error command.But if i'm using SQL how can i catch an error if it occurs in progress? Is there a command to add after an insert into table or update table command that helps achieving this purpose?

Thanks
Jad
 
Top