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

Home -> Community -> Usenet -> c.d.o.misc -> Re: C# and Oracle 8i - returns from stored procedures

Re: C# and Oracle 8i - returns from stored procedures

From: Bret <bret.colburn_at_lmco.com>
Date: 28 Jan 2005 07:27:05 -0800
Message-ID: <1106926025.155405.65390@f14g2000cwb.googlegroups.com>


Niall -

If, instead of using the OracleDataAdapter, I use the following :

cmd.ExecuteNonQuery();
tmpStr = cmd.Parameters["p_rc"].Value.ToString();

I can get to the string. Without the adapter I don't have a Fill method though. How do I access the data associated with the cursor that is returned?

Thanks Received on Fri Jan 28 2005 - 09:27:05 CST

Original text of this message

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