|
Tamas,
you
could use the "RAISE" statement as last statement in the execption handler
to re-reaise the exception.
e.g.
begin
null;
exception
null;
raise
end;
regards,
Michael
|
|
Tamas,
you
could use the "RAISE" statement as last statement in the execption handler
to re-reaise the exception.
e.g.
begin
null;
exception
null;
raise
end;
regards,
Michael
|