Synchronizing Access Database Schema

R

Rene

I am looking for a utility that will allow me to compare two Access database
schemas and tell me what the differences are. As a bonus, I would also like
the tool to generate an SQL script or C#/VB .Net code to synchronize the
schemas but this is not really necessary.

Thanks for your help.
 
J

John Vinson

I am looking for a utility that will allow me to compare two Access database
schemas and tell me what the differences are. As a bonus, I would also like
the tool to generate an SQL script or C#/VB .Net code to synchronize the
schemas but this is not really necessary.

Thanks for your help.

Total Access Detective, from FMS Inc. will do the comparison anyway:
http://www.fmsinc.com


Note that a database typically contains a lot more than a schema or
the tables.

John W. Vinson[MVP]
 
Top