Re: executeQuery returns postgresql.stat.result - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: executeQuery returns postgresql.stat.result
Date
Msg-id Pine.BSO.4.56.0505011302210.22827@leary.csoft.net
Whole thread Raw
In response to Re: executeQuery returns postgresql.stat.result  ("Nico" <nicohmail-postgresql@yahoo.com>)
List pgsql-jdbc

On Sun, 1 May 2005, Nico wrote:

> The batch statement is ONLY used in case of an update, insert or delete
> command. When a select command is used, there is no batch used, as you
> can see in my code.

No, I can't see that.  You have a case mismatch between your sql and your
test.  A simple examination of the stacktrace from this error would
clearly show the wrong code being called.

Kris Jurka


pgsql-jdbc by date:

Previous
From: "Nico"
Date:
Subject: Re: executeQuery returns postgresql.stat.result
Next
From: "Nico"
Date:
Subject: Re: executeQuery returns postgresql.stat.result