View Single Post

   
  #3 (permalink)  
Old 04-16-2008, 12:37 AM
Oliver Jowett
 
Posts: n/a
Default Re: Strange behavoir of batches

Angelo Neuschitzer wrote:

>> pStmt.executeBatch();
>> pStmt.clearBatch();


Also, executeBatch() clears the batch on success so the call to
clearBatch() is unnecessary.

-O

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote