N
news.microsoft.com
I have a VB script in Excel that runs something like
SET db = opendatabase ("Filename")
db.querydefs ("Run query 1"
etc...
What I'm doing is running a query to delete the data in the table, drop the
indexes, load the data and then rebuild the indexes. I'd really like to
throw in a compact and repair database as well to avoid the 2 GB data limit
and the subsequent "invalid parameter limit". Can someone guide me how to
run the compact database command please? Thanks.
SET db = opendatabase ("Filename")
db.querydefs ("Run query 1"
etc...
What I'm doing is running a query to delete the data in the table, drop the
indexes, load the data and then rebuild the indexes. I'd really like to
throw in a compact and repair database as well to avoid the 2 GB data limit
and the subsequent "invalid parameter limit". Can someone guide me how to
run the compact database command please? Thanks.