PRB: DISPLAY STATUS Wrongly Says Database Opened ExclusivelyLast reviewed: June 3, 1996Article ID: Q96341 |
The information in this article applies to:
SYMPTOMSDISPLAY STATUS shows that a database is opened exclusively in multiuser FoxBASE+/Mac even though the database was opened nonexclusively. NOTE: This behavior does not occur in Visual FoxPro for Macintosh.
RESOLUTIONFile sharing must be enabled for DISPLAY STATUS to show that the database is opened nonexclusively.
MORE INFORMATIONDatabase management is faster when databases are opened exclusively. For performance reasons, FoxBASE+/Mac checks if file sharing is enabled before opening databases nonexclusively. The following examples demonstrate the difference in DISPLAY STATUS when file sharing is off and when it is on.
SET EXCLUSIVE OFF USE <database> ALIAS <alias> DISPLAY STATUSResults with file sharing disabled:
Currently Selected Database: Select Area: 1, Database in use: <database> Alias: <alias> Lock: Exclusive USEResults with file sharing enabled:
Currently Selected Database: Select Area: 1, Database in use: <database> Alias: <alias> Lock: <none> |
Additional reference words: 2.01 2.60a FoxMac multi-user shared
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |