Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Including View inTransaction
Message
 
To
19/03/1998 19:31:50
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00085801
Message ID:
00086155
Views:
30
Ed,

A tableupdate is an all or none situation, either the function completely succeeds or it fails. That is the situation except for the many rows stuff where we can control if some rows are updated or if it is all or none.

On the field level either the fields are all done or none of them are done.

You still have the problem of the fact that if the tableupdate on the view succeeds then a subsequent rollback will NOT affect the free table that is the data source for the view. IT will cause the view to agian be considered dirty because the view is participating in the transaction. But the free table is external to the transaction and so it is not affected by a rollback.
Previous
Reply
Map
View

Click here to load this message in the networking platform