Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database is read only
Message
From
08/06/1996 19:29:17
Jim Walters
Multi-Option Systems, Inc.
Los Angeles, California, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00002077
Message ID:
00002097
Views:
35
>>I have a database with 5 tables and no relations
>>and no stored procedures. I have to make
>>modifications to the structure of one of the
>>tables. However, when I opened up the database,
>>it is now read only. The read only attribute
>>extends to every table included within the
>>database. I have no ideal how this came about
>and
>>don't know how to make the database modifiable.
>>Any help will be appreciated.
>
>
>Try
>
>close all
>
>Then
>
>modify database
>
>Tom

I agree with Tom's recommendation, however; you have to be sure to also set exclusive on. In addition, if your project is open, you should probably close it.

If I get the symptoms you get, I usually do the following:

CLOSE ALL
CLEAR ALL
RELEASE ALL
SET EXCLU ON
OPEN DATABASE databasename
MODI DATABASE


Good luck!

Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform