The information in this article applies to:
SYMPTOMSApplications that use the Microsoft Jet Database Engine can prevent a computer that supports the Advanced Power Management (APM) or the Advanced Configuration and Power Interface (ACPI) technologies from going into Standby mode. CAUSEIf the application opens a database in shared mode using one of the Jet drivers with the default settings, the Microsoft Jet Database Engine reads from the database file every five seconds. The resulting hard drive activity prevents the Standby mode from activating. RESOLUTIONEither open the Jet database file in exclusive mode or close all database connections when your Microsoft Jet Engine using the application is idle. STATUSThis behavior is by design. MORE INFORMATION
The Microsoft Jet Database Engine invokes a background thread which monitors every database opened in non-exclusive (shared) mode. The Jet Engine uses a configuration setting called PageTimeout. PageTimeout determines when this background thread should check the database file for new updates. By default, PageTimeout is set to 5000, which is 5000 milliseconds or 5 seconds. So when using the default settings in multi-user access mode, every five seconds Jet reads a small amount of data from the database to check to see if anything has changed. You cannot turn off the PageTimeout feature when using a database in multi-user (shared) mode.
Additional query words: kbDSupport
Keywords : kbDatabase kbJET kbMDAC kbGrpVCDB kbMDAC200 kbMDAC210 |
Last Reviewed: December 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |