PRB: Unable to Modify Tables in Database Flagged as Read-onlyID: 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 Behavior1. On the Tools menu, click Options. Click the Data tab, and clear the 2. Open the Tastrade database in the Samples\Data directory.
3. Notice that it says "Read Only" next to the name of the database. Also Additional reference words: 3.00 VFoxWin dbc environment
KBCategory: kbprg kbprb
KBSubcategory: FxotherGeneral
|
Last Reviewed: October 23, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |