Access DB & transactions

  • Thread starter Thread starter Neven Klofutar
  • Start date Start date
N

Neven Klofutar

Hi,

Is it possible to use transaction while connecting to Access DB in any way
(fake it in some manner) ?

If not, how can I be shure that all of my data has been entered into DB?
All that I can think of is to use lots of TRY - CATCH blocks, and create
manual "rollback" functions.

Thanx, Neven
 
I dind't know, but like SqlTransaction, there's an object OleDbTransaction
....

Neven
 
Back
Top