Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursors and Transactions
Message
From
23/10/2003 13:23:15
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00841459
Message ID:
00841693
Views:
27
Hi Martin,

-----------
Why don't you use Buffering instead. You can apply table buffering to a cursor, and the you can emulate a rollback with TableRevert().
-----------

But i use Record and TableBuffering.

I use Buffering for valid changes ( not committed to the backend )
( my application have a last change Undo for every field value )
and VFP Transaction is used only for new changes to validate;
any change can to be published on SQL Server backend
with save point transactions.

All the application is build automatically.

On this context VFP Transaction is very good for revert a user edit that
change many local cursors ( but I do not want to know which ).

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform