Access ldb file

  • Thread starter Thread starter Kameron
  • Start date Start date
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
 
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>
 
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!
 
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

Similar Threads

File Lock Sharing Violation 7
the locking information (.ldb) 1
Hide ldb file 5
can't delete ldb file 4
Unable to delete .ldb 2
Identify PC by ldb 6
.ldb question 1
ldb files exclusive 3

Back
Top