Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: C# and Oracle 8i - returns from stored procedures
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
![]() |
![]() |