Commit/Rollback

J

John

Does Access support Commit/Rollback operations? I am using VB.Net ADO .Net
with Access database, and wondering if I can beging a transaction and then
commit/rollback all of the operations like insert, update and delete inside
the transaction.
Thanks.
 
G

Guest

hi,
yes it does. i have never had a need to use it but i have
seen code in access that does use the commit/rollback.
 
Top