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/

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to