Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rollback vs requery
Message
 
 
To
30/09/2002 04:16:07
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00705834
Message ID:
00706203
Views:
28
Henry,

Once you BEGIN TRANSACTION you either need to END TRANSACTION to commit the data changes or ROLLBACK to revert the changes before you can do any other queries.

A transaction should be short lived and should be used whenever you have multiple table updates that need to be committed or reverted as a whole group.

>if i have example listing like this:
>
>begin transaction
>..
>rollback
>..
>end transaction
>
>and in the middle of my listing, i must do requery for my local view, how can i do requery? or tricky my problem.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform