LDB File

L

Len

I have an LDB file that I cannot delete. It seems to be stuck. There is no one using the associated MDB file. I have opened the mdb file, closed it. When I try to delete either of the files I get a sharing violation. Thanks, Len
 
A

Alex Dybenko

then MDB is still opened. try to rename it - if it is opened you cant do
this. probably some hidden process opened it. try to restart your PC

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com

Len said:
I have an LDB file that I cannot delete. It seems to be stuck. There is no
one using the associated MDB file. I have opened the mdb file, closed it.
When I try to delete either of the files I get a sharing violation. Thanks,
Len
 
A

Arvin Meyer

Len said:
I have an LDB file that I cannot delete. It seems to be stuck. There is no
one using the associated MDB file. I have opened the mdb file, closed it.
When I try to delete either of the files I get a sharing violation. Thanks,
Len

Someone who was using the associated MDB file must have quit unexpectedly.
The only way to release the lock in that circumstance is to reboot. Or if
the LDB is running on a server, you may be able to force the file to close
from the console.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top