Upadate all queries in executeBatch
Hi,
I am trying to insert bulk records into table using addBatch & executeBatch. while inserting through executeBatch if any one of records throws exception remaing records are not updated (for example if i am inserting 10 records if 5th record fails to insert into table i want remaining 6 to 10 records to be inserted into the table. so that except failed record all other records needs to be inserted). Is it possible using executeBatch? if possible please give a sample code.
Thanks
Prasad

