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: Passing ADO Recordset to Oracle Stored Procedure

Re: Passing ADO Recordset to Oracle Stored Procedure

From: Mike Collier <noemail_at_noemail>
Date: Mon, 9 Feb 2004 12:15:55 -0000
Message-ID: <e3s55Zw7DHA.712@tk2msftngp13.phx.gbl>


> Can we pass a recordset from a VB application to a Stored Procedure
> written in Oralce.

I don't know of any parameter type that an be declared as "Recordset", but you could save your recordset as XML, then pass that. It would be up to you to then handle the XML in your procedure.

-- 
Mike Collier
ADO Inspector tool.
www.adoanywhere.com
http://www.adoanywhere.com/forum
Received on Mon Feb 09 2004 - 06:15:55 CST

Original text of this message

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