PRB: Jet 3.0 UserCommitSync & ImplicitCommitSync Values WrongLast reviewed: July 31, 1997Article ID: Q153491 |
The information in this article applies to:
SYMPTOMSIf you explicitly specify values for the Jet 3.0 UserCommitSync or ImplicitCommitSync keys in the registry, these values will not have the expected effect.
CAUSEAccording to the Microsoft Jet Database Engine Programmer's Guide, the UserCommitSync and ImplicitCommitSync keys can have the following values: "Yes signifies that Microsoft Jet will wait for commits to finish. Any other value means that Microsoft Jet will perform commits asynchronously." Jet 3.0 incorrectly interprets the value "yes" as asynchronous and "no" as synchronous for these two keys.
RESOLUTIONSpecify "yes" for asynchronous and "no" for synchronous.
STATUSWe are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThese string values can be explicitly set in the registry under: HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\3.0\Engines\Jet
REFERENCESMicrosoft Jet Database Engine Programmer's Guide. Keywords : MfcDAO MfcDatabase kbenv Technology : kbMfc Version : 4.0 4.1 4.2 Platform : NT WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |