Compare dois bancos de dados do Microsoft Access

5

Eu tenho dois bancos de dados do Access que preciso comparar, mas não sei como posso fazer isso.

Estou tentando comparar as diferenças entre a estrutura e o conteúdo (possivelmente limitando a comparação a tabelas e consultas). Isso é possível?

    
por Toc 18.12.2009 / 10:19

3 respostas

3

Abaixo estão três produtos gratuitos que podem ajudar.

Banco de dados gratuito Compare 2.0 :

The StarInix Database Compare application will allow you to compare the structure of two databases and display all the differences between them. Supported databases include: SQL Server (All Editions), MySQL and Access databases. You can compare two different databases, like access and SQL 2000. It will also allow you to create snapshots of a database and compare a live database to an snapshot. A database structure viewer is included.

Compare'EM Lite

A very simple to use utility to analyze a pair of related Microsoft Access databases, determine what has changed from one to the other, and generate VBA code to propagate those changes.

Total Access Analyzer

Total Access Analyzer examines all your database objects to provide extensive documentation, cross-reference, and application and flow diagrams, with over 350 presentation-quality reports.

    
por 18.12.2009 / 10:47
3

Muito tarde, mas: com o Office 2013 Professional Plus ou o Office 365 ProPlus, a Microsoft agora oferece uma Ferramenta Comparar Banco de Dados .

    
por 16.10.2015 / 11:35
1

Experimente a versão gratuita do AccDBMerge .

Contudo, tenha em atenção as seguintes restrições:

AccdbMerge Free provides basic data diff and merge facilities with the following limitations:

  • both tables must have compatible primary keys,
  • no more than 50 fields in each table,
  • no multivalue/attachment/binary fields.

Pro version does not have these limitations. Also, it allows to compare data between files with different security options.

    
por 28.05.2014 / 14:47