Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need guidance on transactions
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00659716
Message ID:
00660330
Vues:
12
>In respect to style I hate nesting ifs !!!

So do I :>)

>I would :
>
>BEGIN TRANSACTION
>llret = TABLEUPDATE(.T.,.F.,vporders)
>llret = llret AND TABLEUPDATE(.T.,.F.,vpordets)
>llret = llret AND TABLEUPDATE(.T.,.F.,styles)
>IF llret
> END TRANSACTION
>ELSE
> ROLLBACK
> THISFORM.goodsave = .F.
>ENDIF

Only one problem I see with this approach - the first 2 could fail and the last succeed. Without a lot of added checking in between, I like Frank's approach better in this case.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform