PRB: Unable to Modify Tables in Database Flagged as Read-onlyLast reviewed: October 23, 1995Article ID: Q135117 |
The information in this article applies to:
SYMPTOMSThe tables in a database cannot be modified. Stored Procedures cannot be edited. Referential integrity cannot be accessed. Tables cannot be added or removed. Table indexes cannot be added or modified. In parentheses next to the name of the database it says "Read Only."
CAUSEThe database has been opened as SHARED not as EXCLUSIVE.
RESOLUTIONUse either of the following resolutions:
STATUSThis behavior is by design. The Help file information for MODIFY DATABASE states that a database must be opened exclusively before it can be modified. To open a database for exclusive use, include EXCLUSIVE in the OPEN DATABASE command, or select the Open Exclusive check box in the Data tab of the Options dialog box.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin dbc environment
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |