Equivalent of NextResult() method in Dataset/DataAdapter?

Posted by flopdix on Stack Overflow See other posts from Stack Overflow or by flopdix
Published on 2010-04-20T18:42:04Z Indexed on 2010/04/20 18:43 UTC
Read the original article Hit count: 286

Filed under:

Hi All,

I have a stored procedure that contains 3 select statements hence i get 3 resultsets. I am aware that using SqlDataReader, i can use NextResult() method to jump to the 2nd or 3rd resultsets by calling it twice or thrice.

But i want to use the dataset/dataadapter, is there any ways that i can achieve this by not changing my stored procedure?

tia!

© Stack Overflow or respective owner

Related posts about c#2.0