Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crashing on END TRANSACTION
Message
De
01/03/2000 09:58:10
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:
00332571
Message ID:
00339751
Vues:
16
Now it happens on my machine, too. The code is pretty straightforward:

BEGIN TRANSACTION
IF !TABLEUPDATE(2,.f.,"file1") OR !TABLEUPDATE(2,.f.,"file2") OR ;
!TABLEUPDATE(2,.f.,"file3")
llError = .t.
ENDIF
IF llError
llRetVal=.f.
ROLLBACK
ELSE
llRetVal=.t.
END TRANSACTION
=MESSAGEBOX("Success!",MB_OK+MB_ICONINFORMATION)
ENDIF

>Can you give more details on the the code that crash?
>
>>At the client site, my program is crashing with a C00005 error on the END TRANSACTION line. It's happening by more than one client, but on my machine it's fine. What could cause this?
>>
>>Thanks,
>>Elyse
Elyse Pomerantz
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform