Microsoft Data Access Application Block

  • Thread starter Thread starter Alex Smotritsky
  • Start date Start date
A

Alex Smotritsky

I'm calling a sproc with SqlHelper.ExecuteDataset to get 2 result sets
that the sproc will return if everything is fine. If everything is not
fine, there are lots of return values that the sproc will return like
return -98, return -60 etc... depending on what's wrong. Does the sproc
need to have an output parameter or is it possible to capture these
integer return values without assigning them to an out parameter?
 
I think you will need an output parameter - where else could it go?
 

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