Access ldb file

K

Kameron

Hi everyone-

I have a question in regards to deleting the ldb file.
From what I understand this file is a tempory file that
is created to keep track of the users in the Database. I
have users getting a database is locked error, and the
only way to get rid of it is to reboot the machine that
the DB lives on. Any other ways to fix this?

Thanks in advance,

Kameron
 
J

Jeff Boyce

Kameron

Any chance you have multiple users "sharing" a single front-end? Or sharing
a single, un-split .MDB?

What you describe is not typical behavior if each user has his/her own copy
of a front-end on his/her PC, and all front-ends point to a single,
network-based back-end.

More info, please...

Jeff Boyce
<Access MVP>
 
K

Kameron

Actually the fontend is a visual basic app. We're using
an secure ADO with workgroup file connection. Every user
is using the same workgroup user. Thanks again!
 
S

Scott McDaniel

Are you sure you're explicitly closing Connection, Recordset et al objects
when done? If one of these hangs around, they can cause these problems.
 

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