Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete - SQL not working, Desperate Need of Help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00142721
Message ID:
00142758
Vues:
28
Hi Sarah,

Because you are using a View, it is "Buffered" and therefore you
must Commit the changes. This would allow you to either
rollback any changes =Tablerevert() or to commit any changes
with =tableupdate()... In addition the View must also be able to
write changes (A checkbox on the View Designer is all this is)...

So Anytime you use a View you will need to make sure you either Commit
the changes to the table, or roll em back or it wont work...

>Thanks a ton, must do some homework to find out why it was the view not the table that cracked it but for now...
>
>Sarah
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform