ACC97: How to Read .LDB Files (186304)
The information in this article applies to:
This article was previously published under Q186304 SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
In Microsoft Access 97, the .ldb file is used to determine which records
are locked in a shared database and by whom. It is created automatically
when any user opens a database and deleted when the last user closes the
database. While the .ldb file cannot be opened directly for reading,
Microsoft provides a dynamic link library that exposes functions that you
can use to read the .ldb file. This article contains sample code for using
the DLL to read an .ldb file.
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. REFERENCES
For more information about Msldbusr.dll, review the Msldbusr.doc file found
in Jetutils.exe.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbhowto kbProgramming KB186304 |
---|
|