The information in this article applies to Microsoft Access for Windows 95 and Microsoft Access 97 (versions 7.0 and 8.0.)
 

SUMMARY

Moderate: Requires basic macro, coding, and interoperability skills. 
The LDB file plays an important role in the multiuser scheme of the Microsoft Jet database engine versions 3.0 and 3.5. The LDB file is used to determine which records are locked in a shared database and by whom. 
 

MORE INFORMATION

Automatic LDB File Creation and Deletion
 
For every database opened for shared use, an LDB file is created to store computer and security names and to place extended byte range locks. The LDB file always has the same name and is located in the same folder as the opened database (MDB). For example, if you open (for shared use) the Northwind.mdb sample database in the c:\Msoffice\Access folder, then a file called Northwind.ldb is automatically created in the same folder.
 
Whenever the last user closes a shared database, the LDB file is deleted. The only exception is if a user does not have delete rights or when the database is marked as corrupted. In that exception the LDB file is not deleted because it contains information about who was using the database at the time the database was marked as corrupted. 
 
Required Folder Permissions
 
If you plan to share a database, the MDB file should be located in a folder where users have read, write, create, and delete permissions. Even if you want users to have different file permissions (for example, some read-only and some read-write), all users sharing a database must have read, write, and create permissions to the folder. You can, however, assign read-only permissions to the MDB file for individual users while still allowing full permissions to the folder. 
 
Note: If a user opens a database with exclusive access (by selecting the Exclusive check box in the Open dialog box), record locking is not used. Therefore, Microsoft Access does not attempt to open or create an LDB file. If the database is always opened for exclusive use, a user needs only read and write permissions to the folder.
 
The LDB File Contents
 
For each person who opens a shared database, the Jet database engine writes an entry in the database's LDB file. The size of each LDB entry is 64 bytes. The first 32 bytes contain the computer name (such as JohnDoe). The second 32 bytes contain the security name (such as Admin). The maximum number of concurrent users that the Jet database engine supports is 255. Therefore, the LDB file size is never larger than 16 kilobytes. 
 
When a user closes a shared database, the user's entry is not removed from the LDB file. However, it may be overwritten when another user opens the database. This means, you cannot use the LDB file alone to determine who is currently using the database. 
 
The LDB File Usage
 
The Jet database engine uses LDB file information to prevent users from writing data to pages that other users have locked and to determine who has other pages locked. If the Jet database engine detects a lock conflict with another user, it reads the LD file to get the computer and security name of the user who has the file or record locked. 
 
In most lock conflict situations, you receive a generic "Write conflict" error message that allows you to save the record, copy it to the Clipboard, or drop the changes you made. In some circumstances, however, you receive the following error message: 
 
Couldn't lock table; currently in use by  user on computer .
 
Note: The state of the information in the LDB file has no bearing on the state of the database. If an LDB file becomes corrupted, everything in the database should still work correctly. However, you may see garbled text instead of user names in any lock conflict messages. 


REFERENCES

For more detailed information about the LDB file and extended byte range locks, please see the Jet Locking white paper. For details about how to obtain this white paper, please see the following article in the Microsoft Knowledge Base: 
 
Q176670 ACC: Microsoft Jet Utilities Available on MSL 
Keywords          : kbusage GnlMu 
Version           : 7.0 97
Platform          : WINDOWS
Hardware          : x86
Issue type        : kbinfo
 
Still have questions? We can help. Submit a case to technical support

Last Modified On:
You don't have the appropriate permissions.
No, open a new Support Case