| My Stored Procedure is returning multiple results sets. Say ResultSet1 contains columns with name as 'x', 'y', 'z' ResultSet2 contains columns with name as 't'. When I give call to StoredProcedureQuery.hasMoreResults() method it throws an exception "Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The column name x is not valid." Can you help me in solving this issue. as per doc, Hibernate supports dealing with multiple results sets. |