Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help! Still crashing on END TRANSACTION
Message
 
To
14/03/2000 14:51:08
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00343841
Message ID:
00345872
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform