ACC: Microsoft Jet Utilities Available on MSL

Last reviewed: November 12, 1997
Article ID: Q176670
The information in this article applies to:
  • Microsoft Access 97

SUMMARY

The Jetutils.exe file contains the "Understanding Microsoft Jet Locking" white paper, the LDBView utility, the DBLock utility, and the Msldbusr.dll.

The white paper introduces you to the Microsoft Jet Database Engine versions 2.x and 3.x locking techniques so that you can apply the information to coding and debugging techniques when developing multi-user applications.

The LDBView utility is used to accomplish the following tasks:

  • Discover which users have been connected to the database and which users are currently connected to the database.
  • Discover the values of the commit bytes in the DBH (database header page).
  • Determine which user or users have left the database in a suspect state.

LDBView is a 32-bit single .exe utility that can run under either Windows 95 or Windows NT, and can view both Microsoft Jet 2.x and Microsoft Jet 3.x databases.

The DBLock utility determines which types of locks Microsoft Jet is placing, which page types are being locked, and which tables are associated with those pages. DBLock is a Visual Basic 4.0/5.0 32-bit utility that runs under either Windows 95 or Windows NT and can work against both Microsoft Jet 2.x and Microsoft Jet 3.x databases.

The Msldbusr.dll is a 32-bit DLL that enables you to retrieve one of the most sought-after pieces of information: a list of users connected to the database. Because this is a 32-bit DLL, it will only work with 32-bit products running on Windows 95 or Windows NT. It retrieves information for both Microsoft Jet 2.x and Microsoft Jet 3.x databases.

 ~ Jetutils.exe (size: 3567840 bytes) 

   is available for download from the Microsoft Software Library. It
   contains the following files:

   Jetlock.doc    Understanding Microsoft Jet Locking White Paper
   Readme.txt     Readme file with Installation information
   LDBView.exe    LDBView utility
   Dblck.exe      Self-extracting executable that contains the
                  setup files for DBLock
   Msldbusr.exe   Self-extracting executable that contains
                  Msldbusr.dll and associated files

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services


Additional query words: kbfile
Keywords : Softlib
Version : WINDOWS:97
Platform : WINDOWS
Hardware : x86
Issue type : kbfile


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 12, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.