Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursors and Transactions
Message
De
23/10/2003 13:23:15
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00841459
Message ID:
00841693
Vues:
28
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform