5

Is there a way to execute a stored procedure that returns multiple result sets with simple.data and how do you defferenciate between the two sets?

Dave
  • 3,812
  • 5
  • 31
  • 39

1 Answers1

8

Use SimpleResultSet.NextResult() to access the next results set.

Sam
  • 96
  • 1
  • Hello Sam, here is one suggested edit: http://stackoverflow.com/review/suggested-edits/2911886 Can you update your answer according to it? ;) – Stano Sep 12 '13 at 11:14