My database adds and deletes data frequently. As you know, this causes the size of the database to balloon up to a system halting size.
This is going to be an application that I hand out to users all over the company and I don't think they know/understand the problem.
I've been looking into getting the program to compress/repair itself, but I can't seem to find anything. You can't do it while the database is open, and you can't run the code to compress the database while the database is closed! I'm sure you should be able to do it when you exit it though. Has anyone solved this problem?