I could not find a way to get more than one result set from calling stored procedure.
I have a stored procedure which will return 2 result sets (2 select statement) and i can get only the first result set from fetchAll().
Is there any way to get the second result set?