I have the following stored procedure:
ResultSet myProcedure(Connection conn, String param1,String param2){
... do stuff ...
}
The procedure works but DatabaseMetaData.getProcedureColumns is
returning the wrong number of columns. The ResultSet returned by
getProcedureColumns has 3 rows when it should return 2. The
Connection
parameter should not be included in the ResultSet.
Also, any news in adding "jdbc:default:connection" or returning
ResultSets following the standard (ResultSet[] param)?
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.