AccdbMerge is a software application for the Microsoft Windows operating system. The application is built using .NET Framework.
When you perform the 'Open database' action application connects to your database and reads information about database objects: definitions of tables, queries, modules and so on. Reading is performed using the Microsoft Access primary interop assembly which uses Microsoft Access COM object under the hood. This means that in order to open a database it runs your database in Microsoft Access and uses Microsoft Access to get information about object definitions.
After completion of reading, if the application has other-side database loaded then it re-compares lists of database objects and updates counts on the Home tab. After objects merge, the application also connects the database, re-reads objects and re-compares with other-side database.
Further reading: Objects and Data processing.
Last updated: 2023-09-20