Re: PSQLException: Too many update results were returned.

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: albertlaszlorobert(at)gmail(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PSQLException: Too many update results were returned.
Date: 2007-08-04 01:17:17
Message-ID: 46B3D39D.20001@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Albert László-Róbert wrote:

> i wish i can do that. the files that contains those statements are up to
> 500k ... and the majority of the code contain function implementations.

Err ok if you're just reading from a file and giving it to the driver
without any (or little) parsing, why exactly are you using batch updates
in the first place? Can't you just use plain execute()?

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albert László-Róbert 2007-08-04 01:20:52 Re: PSQLException: Too many update results were returned.
Previous Message Albert László-Róbert 2007-08-04 01:11:54 Re: PSQLException: Too many update results were returned.