Finding duplicate rows

Jun 9 2006 12:27 PM
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)