Search code examples
simple.data

Simple.data with stored procedure that returns multiple result sets


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?


Solution

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