Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Should be sumply but...

Re: Should be sumply but...

From: Steve Holdoway <steve_at_itemfront.ltd.uk>
Date: Tue, 07 Nov 2000 18:08:27 +0100
Message-ID: <ttcg0t407grb1l023vr73ve80hs8aec1m8@4ax.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US