SqlDataReader and Return Value

  • Thread starter Thread starter Binny
  • Start date Start date
B

Binny

I have a stored procedure which returns a recordset and
also returns a value.
I know how to access the recordset.
How can i access the integer value returned by the stored
procedure

Iam using SqlCommand.ExecuteReader

thanks
 
Back
Top