KS DB Merge Tools
 
for MS Access
aka AccdbMerge
for SQL Server
aka MssqlMerge
for MySQL
and MariaDB
for SQLite
 
for PostgreSQL
 
for Cross-DBMS
beta

Getting Started

Download the installation package, install and run it. On the first run it will ask you to choose which application mode would you prefer - Free, Pro Trial, or to activate Pro with a key that you have purchased.

The rest of this demo is applicable both for Free and Pro. In the case where a screenshot has differences between Free and Pro - you can switch which one you want to see using toggle under the picture.

In the main application window, click 'Open Database(s) (Ctrl+O)' toolbar button to open required database files:

It will read database object definitions and will provide such kind of summary:

Please note that for tables new/changed counts are not related to table data. Table is counted as changed if it has some column changes, like changed data types or new columns.

Using "total/new/changed/new+changed" links you can navigate to required object type, for example to Views:

On this screen using toolbar, you can:

  • observe all objects, or only new, changed, or both new and changed:

  • select any two objects and compare them using 'Compare two selected items' button,
  • select any two objects on different sides and replace one with another with 'Replace to left'/'Replace to right' buttons
  • select multiple objects for further merge action, or you can select each line separately without toolbar,
  • 'Merge to left'/'Merge to right' buttons can be used to export/import selected objects,
  • 'Delete..' buttons can be used to delete selected objects
  • Note that merge/replace/delete actions are not applicable for tables (you could notice that they are marked with DIFF ONLY in Project tab). For other object types this action will display a confirmation screen with the merge script that is going to be executed:

    From the object list you can navigate to some particular object and compare its definition:

    The program also allows you to diff and merge table data (with Pro you can also compare data for views). Navigating from Project -> Tables you will see button - 'Сompare data (all records)' for each table, which will open table diff window. If you have many unchanged records and you need only to review what has actually changed - you can use button - 'Compare data (only new or changed records)'. The same way as for objects list you can switch to all/new/changed/new+changed records. Table diff window will indicate new/missed/changed records and missed fields, for changed records it will highlight fields with updated values:

    Here you can merge data from one file to another. Mark records and fields that needs to be merged and use toolbar merge buttons. Toolbar selection buttons can be used for batch selection update. Merge action will display a confirmation screen with the merge script that is going to be executed:

    Another useful feature is search for text across all project object definitions (but not across the data). This can be very helpful for example if you want to find all references to some particular field or table in all object types: