Jump to content

Jasper Postgres stored procedure results error : Caused by: org.postgresql.util.PSQLException: Multiple ResultSets were returned by the query.


ms.jobid

Recommended Posts

<parameter name="refcursor" class="java.sql.ResultSet" isForPrompting="false"/>

<![CDATA[call rsccc.jrxmltest6('file_id'::refcursor);FETCH ALL IN "file_id";]]>

 

Caused by: org.postgresql.util.PSQLException: Multiple ResultSets were returned by the query.

    at org.postgresql.jdbc.PgStatement.getSingleResultSet(PgStatement.java:259)

    at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:138)

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...