Can we return a multiple result set in stored procedure and how to handle it in .net
???
if yes how??
if no why not ??
please explain
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://msdn.microsoft.com/en-us/library/yf1a7f4f.aspx has some good examples.
you need to change your
connectionStringto support it.MultipleActiveResultSets=Truehttp://msdn.microsoft.com/en-us/library/h32h3abf.aspx for config settings;