Hi, I am using openJPA 2.0 and calling SQL sever stored procedure using CreateNativeQuery. My stored proc is returning multiple resultset. When i use Query.getResultList(), it returns me only first result set. rest of the result sets i can not see.
Is there a way to get the multiple result set return by Stored procedure from OpenJPA api? Your help will be highly appreicated. Thanks Chintan -- View this message in context: http://openjpa.208410.n2.nabble.com/Read-Multiple-Resultset-from-Stored-Proc-call-using-Open-JPA-tp6223507p6223507.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
