| From: | Rini Dutta <rinid(at)rocketmail(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Unknown Result Type |
| Date: | 2001-03-02 16:11:41 |
| Message-ID: | 20010302161141.9272.qmail@web2904.mail.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Hi,
Does anybody know what could lead to the following two
errors I ran into -
1. Cannot handle multiple result groups.
at
org.postgresql.Connection.ExecSQL(Connection.java,
Compiled Code)
at
org.postgresql.jdbc2.Statement.execute(Statement.java,
Compiled Code)
at
org.postgresql.jdbc2.Statement.executeQuery(Statement.java,
Compiled Code)
at
org.postgresql.jdbc2.PreparedStatement.executeQuery(PreparedStatement.java,
Compiled Code)
This seems to have been followed by a whole lot of
occurences of -
2. Unknown Response Type ^@
at
org.postgresql.Connection.ExecSQL(Connection.java,
Compiled Code)
at java.lang.Exception.<init>(Exception.java,
Compiled Code)
at java.sql.SQLException.<init>(SQLException.java,
Compiled Code)
at
org.postgresql.util.PSQLException.<init>(PSQLException.java,
Compiled Code)
at
org.postgresql.Connection.ExecSQL(Connection.java,
Compiled Code)
at
org.postgresql.jdbc2.Statement.execute(Statement.java,
Compiled Code)
at
org.postgresql.jdbc2.Statement.executeQuery(Statement.java,
Compiled Code)
at
org.postgresql.jdbc2.PreparedStatement.executeQuery(PreparedStatement.java,
Compiled Code)
I normally do not see this happen, and do not know if
I can replicate this error reliably. Any information
regarding the meaning/cause of this error and whether
there is a way to get around it/avoid it, would be
really helpful.
Thanks,
Rini
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rini Dutta | 2001-03-02 16:48:20 | Multiple threads querying using the same connection |
| Previous Message | Peter T Mount | 2001-03-02 15:00:24 | Re: driver error |