database query execution - different methods
Posted: Sun 12 Dec 2004 09:47
Can someone tell me
What is the difference between
ExecSQL(), ExecSQLEx(), OraSQL.Execute()
They all look the same.
Which one is the best to use if I want for example call something like
drop procedure...
or
create package...
or
kill session...
What is the difference between
ExecSQL(), ExecSQLEx(), OraSQL.Execute()
They all look the same.
Which one is the best to use if I want for example call something like
drop procedure...
or
create package...
or
kill session...