Link to home
Start Free TrialLog in
Avatar of Jimbo99999
Jimbo99999Flag for United States of America

asked on

VB.Net - Call S/P with Input and multiple Output Parameters

Good Day Experts!

I have a VB.net project that I need to have the queries  converted over to reside in StoredProcedures.  There will be two Input paramters and two Ouput parameters.

I have looked over the net and could not find a "good" atricle on how to achieve this.  Can you suggest a good article or reference to help me achieve this?

Thanks,
jimbo99999
SOLUTION
Avatar of Jesus Rodriguez
Jesus Rodriguez
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jimbo99999

ASKER

Good Day Experts...Thanks for your response.  

Unfortunately, I did not formulate my question properly. I will have the 2 input parameters and a resultset as the return output.  

Does returning a resultset make the task more difficult?

Thanks,
jimbo99999
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Excellent...that is what I was looking to do.  I have not had to do this so far in my VB.net career.  Also, I have not had to utilize what K-designers sent over but I will put it in my back pocket for future use.