Compact backend of split database

T

Tim Cali

How do I compact the backend of a split database? Does "Compact on close"
automatically handle all of that?

Thanks
 
A

Arvin Meyer

Tim Cali said:
How do I compact the backend of a split database? Does "Compact on close"
automatically handle all of that?

Compact on close only compacts the front-end.

Typically, you would use a maintenance application that fires off using the
Windows scheduler at a predetermined time when you know that nobody will be
in the database. One great product for scheduling compacts is Total Access
Agent:

http://www.fmsinc.com/Products/Agent/index.html

One problem you will have if it is a multi-user system is someone who
"forgets" (I'm being kind here) to log off, thus keeping the database locked
.. For those wonderful users I have some code and a sample application on my
website to Kick Em Off:

http://www.datastrat.com/Code/KickEmOff.txt
http://www.datastrat.com/Download/KickEm.zip
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top