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 -> ADO recordsets using a stored procedure

ADO recordsets using a stored procedure

From: Lou Keeble <lkeeble_at_uswebcks.com>
Date: Tue, 23 Feb 1999 15:20:43 -0600
Message-ID: <7av62r$5an$1@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 Tue Feb 23 1999 - 15:20:43 CST

Original text of this message

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