Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple.data with stored procedure that returns multiple result sets

Tags:

simple.data

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?

like image 236
Dave Avatar asked Oct 01 '12 12:10

Dave


1 Answers

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

like image 111
Sam Avatar answered Jan 01 '23 13:01

Sam