What is The Diff between (ExecSQL, Execute, ExecProc;)
Posted: Thu 12 Jun 2008 10:33
Hi,
What is the Difference to Execute a Stored Procedure
(
OraStoredProc.ExecSQL
OR
OraStoredProc.Execute
OR
OraStoredProc.ExecProc
)
which Method do I have to use if I Create the Stored Procedure at RunTime
Regards
What is the Difference to Execute a Stored Procedure
(
OraStoredProc.ExecSQL
OR
OraStoredProc.Execute
OR
OraStoredProc.ExecProc
)
which Method do I have to use if I Create the Stored Procedure at RunTime
Regards