MSAccess

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that, when looking at my directory of my disk, it has a
padlock on the icon. It indicates "Record-locking information". How do I
unlock it.
 
This is a temporary file that is created everytime someone enters the
database. It contains data on who is in the data base and what record they
are editing. This is for when multiple users are accessing the database, so
there are no conflicts.
It can be viewed with notepad it would want to see its contents.

HTH

Rico
 
Access using a .ldb file to lock the database when it is open. This file
will close when you close the database. This is not the actual database
file.

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.
 
Back
Top