Unknown Result Type

Поиск
Список
Период
Сортировка
От Rini Dutta
Тема Unknown Result Type
Дата
Msg-id 20010302161141.9272.qmail@web2904.mail.yahoo.com
обсуждение исходный текст
Список 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/

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: Problems with JDB Driver.
Следующее
От: Rini Dutta
Дата:
Сообщение: Multiple threads querying using the same connection