Simple.data with a stored procedure that returns multiple result sets

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

+5
source share
1 answer

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

+8
source

All Articles