Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help! Still crashing on END TRANSACTION
Message
De
15/03/2000 12:08:12
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00343841
Message ID:
00345919
Vues:
23
>Hi Elyse,
>
>You must use END TRANSACTION only you've sure the transaction has been made.
>Ex:
>
>Begin transaction
> Select myView
> If tableupdate(.t., .t.) = .f.
> RollBack Transaction
> Else
> Select myview2
> If tableupdate(.t., .t.) = .f.
> Rollback Transaction
> Else
> End Transaction
> Endif
> Endif
>
>
>Good luck,
>
>Ricardo

Yes, this is how my code usually looks. Either way it crashes.
Elyse Pomerantz
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform