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 76AE553D-DCEA-4623-B78B-CD6BED35EB49@fastcrypt.com
Whole thread Raw
Responses Re: Problem with Utilizing executeBatch() with stored procedures
Re: Problem with Utilizing executeBatch() with stored procedures
List pgsql-jdbc
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
>


pgsql-jdbc by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Closing all existing PostgreSQL database connections
Next
From: Dave Cramer
Date:
Subject: Re: Problem with Utilizing executeBatch() with stored procedures