Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ROLLBACK
Message
From
26/02/1998 13:29:36
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
ROLLBACK
Miscellaneous
Thread ID:
00081468
Message ID:
00081468
Views:
54
Can you ROLLBACK a 2.6 table in a transaction?. Here is my test:

**********************************
SET MULTILOCKS ON
use g:\tod.dbf shared && Fox 2.6 table

** set buffering on

CURSORSETPROP("buffering", 5, "tod")

BEGIN TRANSACTION
APPEND BLANK
REPLACE tod.dnis with "Test"
TABLEUPDATE(0,.T.,"tod")
ROLLBACK
************************

This does not seen to ROLLBACK the APPEND to the table, but it does not give any errors either. What am I doing wrong?

Ed
Next
Reply
Map
View

Click here to load this message in the networking platform