A
AndrewMcDonagh
Hi,
Has anyone managed to get calls to oracle stored procs to work yet?
Cheers
Andrew
Has anyone managed to get calls to oracle stored procs to work yet?
Cheers
Andrew
AndrewMcDonagh said:Hi,
=20
Has anyone managed to get calls to oracle stored procs to work yet?
=20
Cheers
=20
Andrew
=20
Hi,
Has anyone managed to get calls to oracle stored procs to work yet?
sweet cheers!Daniel said:Sure. Using DBI with OCI8:
dbh = DBI.connect(dsn, user, pass)
sth = dbh.prepare("begin foo.some_proc; end;")
sth.execute
I don't think Kubo supports in/out parameters yet, though it has been
discussed.
Regards,
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is
strictly prohibited and may be unlawful. If you have received this
communication in error, please immediately notify the sender by reply
e-mail and destroy all copies of the communication and any attachments.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.