[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

OleDbType for Ref Cursor

jagriti

7/12/2002 3:00:00 PM

Hi,

Which OleDbType is used when a parameter of type refcursor
is returned by a stored procedure,
like in ADODB ADODB.CursorTypeEnum is used.

Here what type OleDbType can be given for the 2nd
parameter.
cmd.Parameters.Add("refcursor",
OleDbType
DBNull.Value,
ParameterDirection.ReturnValue);

Thanks in advance
Jagriti