I am writing some transactions involving multiple recordsets and multiple tables.
I have begun writing with the BeginTrans method of a Workspace object.
I would like to group a number of recordset updates into one transaction, but I don't know how to confirm that all updates succeed before I use the CommitTrans method. If any transaction fails, I want to use the Rollback Method.
Can anyone help me with this validation? I'm stuck.
Thanks in advance.
Duane Barker
I have begun writing with the BeginTrans method of a Workspace object.
I would like to group a number of recordset updates into one transaction, but I don't know how to confirm that all updates succeed before I use the CommitTrans method. If any transaction fails, I want to use the Rollback Method.
Can anyone help me with this validation? I'm stuck.
Thanks in advance.
Duane Barker