Reputation: 3882
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?
Upvotes: 5
Views: 656
Reputation: 96
Use SimpleResultSet.NextResult() to access the next results set.
Upvotes: 8