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:
00396424
Views:
12
Larry,

Here's the code I tried;
USE Junk
CursorSetProp("Buffering",5,"Junk")

BEGIN TRANSACTION
APPEND FROM Junk1
TableUpdate(2,.F.,"Junk")
END TRANSACTION
This code works and the new records are in Junk.dbf after the END TRANSACTION. Keep in mind that transactions ONLY work for tables that are in a Database. The Table being appended into must in a database. Also note the setting of buffering and the tableupdate()
Previous
Reply
Map
View

Click here to load this message in the networking platform