Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question on Transaction Process
Message
From
14/10/1998 13:19:16
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00146723
Message ID:
00146742
Views:
21
Jim,

Is it too obvious to add a note about buffering? Since TABLEUPDATE requires it?

Also, I understand that if you do issue ROLLBACK, it undoes the changes to the _original_ tables, but not the buffered table. So I issue TABLEREVERT after a ROLLBACK. Is that silly?


>It is a very good idea to keep BEGIN TRANSACTION and END TRANSATION/ROLLBACK as close to each other in the code as is possible to limit the amount of time that system resources are kept locked. Do all your calculations and stuff first, then BEGIN TRANS, do the TableUpdates() and finally END TRANS or ROLLBACK as appropriate.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform