PRB: Table Always Opened as SHARED When Included in .EXE FileID: Q129957 The information in this article applies to:
SYMPTOMSWhen a table that is included in an .EXE is opened, that table is opened as SHARED regardless of how EXCLUSIVE is set or whether the EXCLUSIVE keyword is used as a parameter in the USE command. In most cases, this should not be a concern because it is a read-only table by virtue of the fact that the table is part of a non-updateable file (the .EXE file).
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorCreate an executable that include the INVOICES table in the project and the following code as the MAIN program:
REFERENCESFor more information about exclusive use and read-only files, please see the following articles in the Microsoft Knowledge Base:
Additional reference words: FoxWin 2.60a
KBCategory: kbprg kbcode kbprb
KBSubcategory: FxprgGeneral
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |