Hello,
The details that are entered in a form in VB.NET are inserted in 3 different tables when "OK" button is clicked. I would like to either commit the transactions or rollback. Meaning if there any errors occurring while inserting into table2 during runtime then it shouldnt insert the values in table1 and table3 too.
Can the above mentioned problem be acheived in MS-ACCESS.
Please do help me by providing a sample.
The details that are entered in a form in VB.NET are inserted in 3 different tables when "OK" button is clicked. I would like to either commit the transactions or rollback. Meaning if there any errors occurring while inserting into table2 during runtime then it shouldnt insert the values in table1 and table3 too.
Can the above mentioned problem be acheived in MS-ACCESS.
Please do help me by providing a sample.