Dave
Dave

Reputation: 3882

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?

Upvotes: 5

Views: 656

Answers (1)

Sam
Sam

Reputation: 96

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

Upvotes: 8

Related Questions