Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete - SQL not working, Desperate Need of Help
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00142721
Message ID:
00142758
Views:
27
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
Previous
Reply
Map
View

Click here to load this message in the networking platform