ORACLE execute immediate / PLSQL
Posted: Wed Nov 14, 2012 7:37 pm
I want to execute plsql package (is an procedure) and it doesn't return a value.
I crashes LIVECODE completly.
BUt the question is can this be done.
This is what I try to do
put "begin callvaluescustomer; end" into tsql
revExecuteSQL databaseid, tsql
Further I have to wait very long.
The packing runs in in oracle.
I crashes LIVECODE completly.
BUt the question is can this be done.
This is what I try to do
put "begin callvaluescustomer; end" into tsql
revExecuteSQL databaseid, tsql
Further I have to wait very long.
The packing runs in in oracle.