Hi,
I am calling a stored procedure from Powerbuilder using n_tr.procedurename(parameters). This procedure will take set of rows and does something.
Surprisingly it works fine in PowerBuilder Debug mode (process all rows called from a loop), but in runtime it blowsup after processing only 1st record.
Blowing up means the procedure is executed only the first 10 lines even though there is no condition (like if) transferring the control elsewhere.
COMMIT;
SQLCA.PROCNAME(parms)
COMMIT;
Thanks for your help in advance.
I am calling a stored procedure from Powerbuilder using n_tr.procedurename(parameters). This procedure will take set of rows and does something.
Surprisingly it works fine in PowerBuilder Debug mode (process all rows called from a loop), but in runtime it blowsup after processing only 1st record.
Blowing up means the procedure is executed only the first 10 lines even though there is no condition (like if) transferring the control elsewhere.
COMMIT;
SQLCA.PROCNAME(parms)
COMMIT;
Thanks for your help in advance.