In my opinion, the biggest disadvantage of a loader access database is that you first need to have a running Access environment on the client, otherwise nothing works. With a batch file or your own exe (which is how we do it), this is not necessary.
In addition, we always copy the front end from the server to the client each time it is called up. This ensures that the client always has an up-to-date, decompiled version.
Our executable for example also checks whether Access is 32-bit or 64-bit on the current client and copies the correct accde library.
In addition, we always copy the front end from the server to the client each time it is called up. This ensures that the client always has an up-to-date, decompiled version.
Our executable for example also checks whether Access is 32-bit or 64-bit on the current client and copies the correct accde library.