Angelo Neuschitzer wrote:
>> pStmt.executeBatch();>> pStmt.clearBatch();
Also, executeBatch() clears the batch on success so the call toclearBatch() is unnecessary.
-O