Reputation: 1
I am developing a management system that uses an Access Database to store data. The database is updated frequently and due to this it tends to bloat.
The user doesn't have Microsoft Access, but has Windows 10.
Is there a way to programmatically compact the Access Database (.accdb) on a regular basis, for example, whenever he backs up and restores the database?
Preferably in Java, but if your solution is in a different language how would I execute it within the Java application?
Thank you
Upvotes: 0
Views: 377