Compact repair data.vbs: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) Created page with "I have tried several times now to make a batch file to compact-and-repair a .mdb so we can automatically do this regularly to the ccmdb_data.mdb files. Turns out opening a p..." |
Ttenbergen (talk | contribs) m Ttenbergen moved page Password protected .mdb files can't be opened from the command-line to Scheduling compact-repair for .mdbs |
(No difference)
|
Revision as of 12:50, 2013 May 2
I have tried several times now to make a batch file to compact-and-repair a .mdb so we can automatically do this regularly to the ccmdb_data.mdb files.
Turns out opening a password protected .mdb from the command line is not possible:
Will need to find a different way of doing this. Likely a script, but once a .mdb is opened by another one, it can't be compacted. Will need to look further.