Thread: Re: Confuse about the behaveior of PreparedStatement.executeBatch (jdbc)

Re: Confuse about the behaveior of PreparedStatement.executeBatch (jdbc)

From
"Kevin Grittner"
Date:
Haifeng Liu wrote:

> I wanna know if executeBatch really keep all the records in a
> batch untouched when the batch failed.

I recommend asking on the pgsql-jdbc list. You might want to
mention what autoCommit is set to during the attempt.

-Kevin