Is there a way to declare exit/continue handler for what ever errors
that happen in a compound statement?The reason I am asking this is, I
am doing more than one dcl in the statement, I may get a 'table
already exists' or 'parent row not found' errors. I just want to log
them in a table instead of running the SP and piping the output to a
text log,go through the rigor of reading it. Please help..
that happen in a compound statement?The reason I am asking this is, I
am doing more than one dcl in the statement, I may get a 'table
already exists' or 'parent row not found' errors. I just want to log
them in a table instead of running the SP and piping the output to a
text log,go through the rigor of reading it. Please help..
Comment