I have a gridview contain 3 record, when I use OleDbDataReader to verify the record is match with data in other Table in access.
My problem is if the record is no match, I will end process and do not perform insert. But when 1st record is match and 2nd no match, the 1st will insert to database and 2nd will stop.But I is either 1 record no match will stop and no record will insert to database.
C# program