in reply to Compacting a MS-Access database from perl

I was wondering if there was a module/method that would allow me to compact this database from the script.

It can be done. I did it several years ago, but no longer have access to that script. However, I do recall digging the necessary information out of MSDN. This MSDN article might help. Alternatively, go do http://msdn.microsoft.com/ and search for "compact access database". You'll get a bunch of hits, some of which might contain what you're looking for.

  • Comment on Re: Compacting a MS-Access database from perl