1
Answer

Finding duplicate rows

I am using an OleDbConnection to connect to an access database and I need to be able to find exact duplicate rows. Is there a way to do this other than comparing each row one at a time?
Answers (1)