Subject only one resultset at a time/statement?
Author burghard_w_v_britzke
when trying to get the resultset for my prepared statement, I get the following exception:

org.firebirdsql.jdbc.FBSQLException: Only one resultset at a time/statement.
at org.firebirdsql.jdbc.AbstractStatement.getResultSet(AbstractStatement.java:531)

what happened?