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

Home -> Community -> Usenet -> c.d.o.server -> Re: ADO recordsets using a stored procedure

Re: ADO recordsets using a stored procedure

From: Philippe <parnaud_at_yahoo.com>
Date: Wed, 24 Feb 1999 16:56:14 +0100
Message-ID: <7b17m7$bd3$1@concorde.ctp.com>


Hi Lou,

Set rs = DBCon.Execute("select * from pubs")

is the simplest way, why do you need to call a procedure ?

Lou Keeble wrote in message <7av62r$5an$1_at_hirame.wwa.com>...
>I want to get an ADO recordset in an ASP script using a stored procedure.
>How do I do that with Oracle?
>
>With SQL Server/Transact-SQL I could write:
>
>create procedure myproc
>as
>select * from pubs
>
>and I could get the recordset using
>
>Set rs = DBCon.Execute(myproc)
>
>With Oracle it does not appear to be so simple
>
>Thanks,
>
> -Lou Keeble
>
>
>
Received on Wed Feb 24 1999 - 09:56:14 CST

Original text of this message

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