The task of this program is to compare the structures of the two MS Access databases. The result of it's work is the report saved as a text file.
The contents of the report depend on the user's settings, such as:
Compare indexes - do or do not compare indexes;
Required - do or do not compare 'required' parameter values of the two tables fields;
Default - do or do not compare 'default' parameter values of the two tables fields;
Output differencies - save information that concerns different fields and (or) indexes;
Output all - save all the information on the two tables structure.
This program can be used for the structure synchronization of the two different versions of the databases. |