Hi, I am facing a serious issue.
Suppose I have 5 records in the loop. So I put this in a TRY Catch okay.
So now what I am facing if loop iterates the first records, again it will fetch and process the second records if there is an error in the 2nd records. so it directly executes the Catch block and stops the process. But I want to bot iterate all 5 records. like if there is an error in the 2nd records, it should skip the 2nd and process the 3rd right. Please suggest. @Palaniyappan @lakshman
Note - this case is related to database.