JDBC- SQLException results returned?

From: Eric Scroger <escroger(at)carl(dot)org>
To: pgsql-hackers(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org
Subject: JDBC- SQLException results returned?
Date: 2002-02-02 01:08:15
Message-ID: 3C5B3BFF.9070206@carl.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

i am seeing postgre 6.4 return the following error message when performing
a JDBC update with executeUpdate(). any ideas what it means?

ava.sql.SQLException: results returned
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.sql.SQLException.<init>(Compiled Code)
at postgresql.Statement.executeUpdate(Compiled Code)
at postgresql.PreparedStatement.executeUpdate(Compiled Code)
at InsertError.record(Compiled Code)
at InsertError.record(Compiled Code)
at wbCheckUrl$CheckThread.run(Compiled Code)
java.lang.ArrayIndexOutOfBoundsException: 8
at wbCheckUrl.checkUrl(Compiled Code)
at wbCheckUrl$CheckThread.run(Compiled Code)
<six more of the above error>

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-02-03 19:24:06 Bug #571: Impossible to completly support JDBC
Previous Message Tom Lane 2002-02-01 22:53:02 Re: PostgresSQL 7.1.3 not parsing SELECT portion of SQL correctly