Re: Problem with Utilizing executeBatch() with stored procedures - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Problem with Utilizing executeBatch() with stored procedures
Date
Msg-id D4D98BD0-556B-40D1-A904-997D4BE74C9F@fastcrypt.com
Whole thread Raw
In response to Re: Problem with Utilizing executeBatch() with stored procedures  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Problem with Utilizing executeBatch() with stored procedures  ("Kranti Parisa" <kranti.parisa@gmail.com>)
List pgsql-jdbc
The latest released version is 8.2-505, this is what you want, and it will work with an 8.1 server.

Dave
On 7-May-07, at 7:08 AM, Kranti Parisa wrote:

Hi,

I am using the following driver with PostgreSQL 8.1 version

postgresql-8.1-406.jdbc3.jar

Please let me know if the version is correct.

Regards
Kranti

On 5/7/07, Dave Cramer <pg@fastcrypt.com> wrote:
It's been fixed in the lastest version.


Dave
On 7-May-07, at 3:56 AM, Kranti Parisa wrote:

> Hi,
>
> I saw few threads about this topic, but not able to get the
> solution. Please help me how can we solve this problem.
> I have a stored procedure which has to execute for all the given
> employee ids. so i want to do that as a batch to get performance.
>
> but i am getting this error
>
> org.postgresql.util.PSQLException : A result was returned when none
> was expected
>
> A million thanks in advance..
> Hoping for a quick reply
>
> ------------------
> Best Regards
> Kranti Kiran Kumar Parisa
>




--
------------------
Best Regards
Kranti Kiran Kumar Parisa
Mobile: +91 - 9849 - 625 - 625             +91 - 9391 - 438 - 738

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Problem with Utilizing executeBatch() with stored procedures
Next
From: Q
Date:
Subject: OID Bug in AbstractJdbc2DatabaseMetaData.java