Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crashing on END TRANSACTION
Message
From
01/03/2000 09:58:10
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00332571
Message ID:
00339751
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform