Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Should be sumply but...
I dunno the answer, but you can only call them from within pl/sql. This means you need to create at least an anonymous block of code by sending "begin myprocedure(); end;"
This is how you do it from php ( you know, "portable asp" - no not my definition! )
On Tue, 7 Nov 2000 09:59:47 +0100, "rdf" <deficis_at_show.it> wrote:
>Hi,
>this is my question:
>How can I execute a oracle procedure (with input and output parameters) from
>asp script ?
>I tried with th ado connection object: Conn.Execute("myprocedure"), but I
>received a 'Catastrofic Failure' error.
>Thanks.
>
Received on Tue Nov 07 2000 - 11:08:27 CST
![]() |
![]() |