O
-Obama
I have created an access code to insert 7 tables to MS 2005 server Database
with Access 97. I do like following:
table1.addnew
table2.addnew
....
table7.addnew
....
(insert records to table1, table2, ...)
....
table1. update
table2. update
....
table7.update
Now if I want to implementation, how can I do it? Say if table3.update is
failed after table1.update and table2.update ar done, how do I rollback so
that table1 and table2 are undo the insert records. Please adivse. Thanks.
with Access 97. I do like following:
table1.addnew
table2.addnew
....
table7.addnew
....
(insert records to table1, table2, ...)
....
table1. update
table2. update
....
table7.update
Now if I want to implementation, how can I do it? Say if table3.update is
failed after table1.update and table2.update ar done, how do I rollback so
that table1 and table2 are undo the insert records. Please adivse. Thanks.