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!
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!