Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help for BEGIN/END TRANSACTION
Message
 
To
24/07/2000 16:28:27
Larry Long
ProgRes (Programming Resources)
Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00396315
Message ID:
00396338
Views:
12
Try the following code so you can detect where is it that you are loosing your records.

USE tablename

BEGIN TRANSACTION
APPEND FROM temptable
browse && do you see your new records?
END TRANSACTION
browse && do you still see your new records?

? tableupdate( 2, .T. )
USE

USE tablename
browse && do you still see your new records?
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform