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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top