G
Guest
Hi everibody,
my problem is to obtain the transactions (atomicity in particular) on a VBA access 2000 applicaton.
For that purpoose I tried the functionality on a demo appication (v. http://support.microsoft.com/?kbid=248011).
In that demo, both the begin and the end of the transaction are on the same form, and it works.
Vice-versa on my application I neeed to involve more than one single form in the same transaction; but this is the problem that I couldn't solve.
I need is to open the transaction on the calling form, and to assure the commit/rollback functionality on all the chain of calls to subforms at each level of call (because the subforms operate on the DB).
It seems that the commit/rollback are possible only on the same form where the beginTrans is.......
Can someone help me?
Thanks in advice
Luigi
my problem is to obtain the transactions (atomicity in particular) on a VBA access 2000 applicaton.
For that purpoose I tried the functionality on a demo appication (v. http://support.microsoft.com/?kbid=248011).
In that demo, both the begin and the end of the transaction are on the same form, and it works.
Vice-versa on my application I neeed to involve more than one single form in the same transaction; but this is the problem that I couldn't solve.
I need is to open the transaction on the calling form, and to assure the commit/rollback functionality on all the chain of calls to subforms at each level of call (because the subforms operate on the DB).
It seems that the commit/rollback are possible only on the same form where the beginTrans is.......
Can someone help me?
Thanks in advice
Luigi