Re: executeQuery returns postgresql.stat.result

From: Kris Jurka <books(at)ejurka(dot)com>
To: Nico <nicohmail-postgresql(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: executeQuery returns postgresql.stat.result
Date: 2005-05-01 18:04:14
Message-ID: Pine.BSO.4.56.0505011302210.22827@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nico 2005-05-01 19:00:37 Re: executeQuery returns postgresql.stat.result
Previous Message Nico 2005-05-01 17:59:09 Re: executeQuery returns postgresql.stat.result