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?
Asked
Active
Viewed 650 times
1 Answers
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