'Unknown Result Type' - JDBC Driver

Поиск
Список
Период
Сортировка
От Rini Dutta
Тема 'Unknown Result Type' - JDBC Driver
Дата
Msg-id 20010305154443.7210.qmail@web2904.mail.yahoo.com
обсуждение исходный текст
Список pgsql-general

 Hi,

 I am using the JDBC interface. 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-general по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: How to automatically start postmastrer with TCP/IP support (-i option) ???
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: INSERT ... RETURNING as Oracle