Hello,
I am looping through several hundred records from a XML file and inserting in SQL server 2008 using LinQ from my Web Service.
My question is, for some reason if a record is not inserted it is coming out of the loop and going to the Catch block directly.
How do I move to the next record if the insert fails and continue with the other records?
Thanks in advance