I have two different MDB files [with the same structure]. Is there an existing tool that can report the difference between the two files [row by row]?
I found a program called "MDBDiff" on SF, however the program is no longer available for download.
I have two different MDB files [with the same structure]. Is there an existing tool that can report the difference between the two files [row by row]?
I found a program called "MDBDiff" on SF, however the program is no longer available for download.
Try using SQL Data Compare from Redgate, http://www.red-gate.com/products/SQL_Data_Compare/index.htm
and then use this trick, http://www.red-gate.com/messageboard/viewtopic.php?p=15296#15296
See the following page and go down a bit for a list of utilities to compare Access databases http://www.granite.ab.ca/access/thirdparty.htm One of those might be what you're looking for.