I have a VFP 6.0 application.
Do transactions work for more than one table? It does not make it clear in the help.
I have a form. I Issue a start transaction.
The form writes to 7 tables (using aliases).
When the user cancels, I rollback and it works!
Is this right, do transactions work for all opened tables?
Note, I only issue one start transaction.
Also, I delete some items then save. Will rollback undelete and undo changes at the same time.
Also, what should I be doing about buffering? I have locks sorted out, so that part is not an issue.
Do transactions work for more than one table? It does not make it clear in the help.
I have a form. I Issue a start transaction.
The form writes to 7 tables (using aliases).
When the user cancels, I rollback and it works!
Is this right, do transactions work for all opened tables?
Note, I only issue one start transaction.
Also, I delete some items then save. Will rollback undelete and undo changes at the same time.
Also, what should I be doing about buffering? I have locks sorted out, so that part is not an issue.