R
Roger Hampson
We have a .mdw file that has grown to 61MB. It is use from
06:00 to 20:00 every day by a large number of people. If
we copy it and compress it using Tools | Database
Utilities | Compress and Repair Database..., it creates a
perfectly usable .mdw file of 520K. However, we cannot
replace the old one until everyone has finished using it,
which is not practical as it needs doing every day. It
grows to over 3MB in a day.
We decided to compress it by writing a program and using
DBEngine.CompactDatabase SrcName:=DBName,
DstName:=NewDBName
then renaming the original to x.old and renaming the new
one to x.mdw.
When we try to use the new .mdw, we get the message "Not a
valid account name or password."
Any suggestions?
RH
06:00 to 20:00 every day by a large number of people. If
we copy it and compress it using Tools | Database
Utilities | Compress and Repair Database..., it creates a
perfectly usable .mdw file of 520K. However, we cannot
replace the old one until everyone has finished using it,
which is not practical as it needs doing every day. It
grows to over 3MB in a day.
We decided to compress it by writing a program and using
DBEngine.CompactDatabase SrcName:=DBName,
DstName:=NewDBName
then renaming the original to x.old and renaming the new
one to x.mdw.
When we try to use the new .mdw, we get the message "Not a
valid account name or password."
Any suggestions?
RH