Visual FoxPro DevCon 2001
Transactions and Buffering
uData on disk should always be complete and consistent. uBuffering allows you to make a series of changes, and have the data in local cursors until you are ready to commit it. uTransactions allow you to lock the affected records from the time you start and update until you complete it.