• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Execute Compact/Repair on Access database from Perl?

gkwok

Member
Hi everybody...

I'm writing a database-driven web site, and I have a Perl script that runs as an NT service every couple minutes that takes care of some housecleaning chores for the database (eg, send reminder e-mails, delete tmp files, etc.). One thing I would like it to do is perform a Compact/Repair on the Access database, say once a week. The scheduling is already there, but it is there a way to connect to the database in Perl and do the compact/repair operation?

Thanks!
 
Back
Top