Re: Microsoft Access and Transaction Isolation Level



Kevin wrote on Fri, 11 Nov 2005 08:01:01 GMT:

> Yes, Access itself doesn't support transaction. However, you can enable
> trasaction with Jet OleDb.

The Jet engine itself does support transactions - a quick search on the MS
Support site is enough to prove this. However, it does require explicit
starting as Jet does not automatically start transactions. You can use
transactions in an Access query (using BEGIN TRANSACTION and COMMIT or
ROLLBACK) - try it :)

Dan


.



Relevant Pages