How to execute oracle commands from a Delphi application
135274Jul 18 2003 — edited Jul 18 2003How to execute oracle commands like
EXECUTE PACKAGE_NAME.PROCEDURE1(TRUE);
from an application(eg.: delphi application)?
On Delphi, I have tried to use queries and ExecSQL, utilities like winexec to execute SQLPlus.exe or plus80.exe, but this seems to work only to substitute procedures and packages and It´s not working in EXECUTEs commands.
Thanks,
Sabrina