Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is AllowUpdate=.F. the same as USE...NOUPDATE?
Message
 
 
À
13/08/2004 14:19:32
Kevin Crow
Kapnick Insurance Group
Adrian, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00933212
Message ID:
00933269
Vues:
19
>I've used USE...NOUPDATE for years to access a group of dBase compatible tables. Now I want to use the CursorAdapter class in VFP 8 but I have to be sure it won't modify the table header when it opens the table. These tables are part of a vertical market application so I don't have any control over their structure. I just want to query them without making any modifications.

There're three properties in CA that you've to set to prevent any updates to data source
AllowInsert = .F.
AllowUpdate = .F.
AllowDelete = .F.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform