Rollbak does not execute completely.

N

Noam

I read the thread by TJ from 3/18/2005 but I didn't find the solution.
I'm experiencing the same problem with linked table in DAO.
When rollback is executed the changes in linked tables does not rollback.
Please help ,my data is getting messy.
 
D

Damiaan

Why not using ADO and

CurrentProject.Connection.BeginTrans
CurrentProject.Connection.CommitTrans
CurrentProject.Connection.EndTrans

--

Kind Regards
Damiaan
e: info at dampee.be
w: http://www.dampee.be
 
N

Noam

Since this mdb (or MDE) includes massive code using DAO, converting it to ADO
is expensive and troublesome. Therefor I need to solve this problem without
converting to ADO.
Thanks
Noam

Damiaan said:
Why not using ADO and

CurrentProject.Connection.BeginTrans
CurrentProject.Connection.CommitTrans
CurrentProject.Connection.EndTrans

--

Kind Regards
Damiaan
e: info at dampee.be
w: http://www.dampee.be
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top