Hi,
My powerbuilder code calls a stored procedure that call many stored procedures; something like this
proc1->proc2->proc3->......
when there is an error on one of the stored procedures, dberror event is giving me the error code and syntax but no where the error ocurred(procedure name).
Is there any way to know the procedure that triggers the error?
Thanks
enrique