Handling Exceptions in batchUpdates
Hi Everybody,
I am using batchUpdates(i.e, using executeBatch()) to update our database. i am getting a single Exception message when my batch fails ( ofcourse, i will also get updateCounts from the BatchUpdateException , with which i can find out which statements are successful and which are not).our requirement is to track down the specific error messages of all the failed statements in the batch. Question is how do i determine the specific error message , if the batch fails to execute ?
your help is appreciated...
TIA
mgandham

