I'm processing some xml data where there can happen to be some records which already got entered into the db. I solved that problem with a index on two columns, but know it happens to not entering any value (not even the unique ones) and just raise RecordNotUnique Exception. How can a tell the process that it should just not enter this record, but should go on, entering the next records of the xml file?I'm processing some xml data where there can ha