compact a mdb

0

00KobeBrian

I tried to run compact on a mdb. After the run, I get an error message
"Record can't be read; no read permission on 'D:\ the mdb' ". Then db1.mdb
is created. But the original mdb still got same size. Does this mean the
original mdb is compacted to db1.mdb ? What does this error mean? Is it
normal? please help me. Thanks.
 
K

Keith Wilby

00KobeBrian said:
I tried to run compact on a mdb. After the run, I get an error message
"Record can't be read; no read permission on 'D:\ the mdb' ". Then db1.mdb
is created. But the original mdb still got same size. Does this mean the
original mdb is compacted to db1.mdb ? What does this error mean? Is it
normal? please help me. Thanks.
When you compact, a new mdb is created, the old one deleted and the new one
renamed to the name of the old one.

HTH - Keith.
www.keithwilby.com
 
R

Ron2006

I would check your permissions on the drive, and then try the compact
and repair again.
 
R

Ron2006

I would check your permissions on the drive, and then try the compact
and repair again.
 
0

00KobeBrian

I am running this compact on my local drive and believe there is no
permission issue. May I know which permission I should check other than OS?
Thanks.
 
R

Ron2006

And the other obvious question. Have you tried it again.

I have often received error messages that have stopped the compact, but
simply re-trying it has been successful. It is worth a try.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top