I make a service that should work with Access databases.
The user can download new databases to the repository, download existing databases from the repository and modify them, and then return.
For each Access database, an entry is created in the database service, where the path and storage location is indicated.
Actually the question is: How can I better organize the identification of Access databases, which would be to understand: "So this is a new base, I will create a line for it, but this base is old, I have to update it"?
By name, identify is not an option.
I have an idea to create a hidden table and write Id from the database there.
In this case, you will have to contact interopt (to create a hidden table), but I dislike it
Maybe there is something better that can be used for identification?