Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using row or table buffering ??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00230768
Message ID:
00230785
Vues:
20
Klas,

What is being returned from TableUpdate()? If it is .F. then the update failed.

Also, if you are using VFP 5.0 or later I would suggest changing tp the newer syntax for tableupdate.

TableUpdate([0,1,2],[T,F],[AliasName], [ArrayName])

The numbers give you better control over what happens. 0 - current row is updated only, 1 - all rows are updated and if any fails the tableupdate fails, 2 - all rows are updated and the array referred to in ArrayName is updated with teh record numbers of any rows that failed to update.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform