Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ORACLE, Commit and Rollback
Message
De
22/06/2002 02:10:50
 
 
À
12/06/2002 12:59:38
Paul De Niverville
Deniverville Econometric Research Ltd.
Victoria, Colombie Britannique, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00667236
Message ID:
00671315
Vues:
24
If you put a single transaction (open and commit/rollback) then yes.
But you can do that within your programs as well.

If you want to increase your rollback granularity you'd probably be better off with setting SAVEPOINTs i.e.
SAVEPOINT TABLEA
INSERT INTO TABLEA...
SAVEPOINT TABLEB
INSERT INTO TABLEB

ROLLBACK TO SAVEPOINT TABLEA //will rollback the 2 inserts
ROLLBACK TO SAVEPOINT TABLEB //will rollback only the second insert
I havn't tried that in VFP - but it works in ADO and should work with SQLEXEC

Arnon
>Hi Larry,
>
>Would putting the sql statements in an Oracle stored procedure restrict the rollback to the one table?
>
>Paul
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform