| 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
Re: C# and Oracle 8i - returns from stored procedures
  -   I am declaring the parameters in the same order.  Here is the spec :
PROCEDURE mpe_list
(p_mtype    IN  VARCHAR2,
p_mname    IN  VARCHAR2,
p_rc       OUT VARCHAR2,
p_rowset   OUT rcursor);
  
-   I've changed the type to VarChar.  It still works the same (but is
a better choice).
  
-   Tried just returning p_rc without the cursor and still couldn't
figure out how to get the string.
  
-   We have over 300 client machines at various customer sites and
don't have approval to upgrade the Oracle clients, unfortunately.  I
suspect my job would be much easier if I could use ODP.
Received on Fri Jan 28 2005 - 09:09:05 CST 
Original text of this message