Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Database is read only
Message
De
08/06/1996 19:29:17
Jim Walters
Multi-Option Systems, Inc.
Los Angeles, Californie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00002077
Message ID:
00002097
Vues:
30
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform