
VB5 Datacontrol and Transactions not working?
I'm trying to use jet transactions in a form that has parent/child
recordsets. I want the user to be able to cancel (rollback) any changes
they've made including any changes to the child records. the parent rec is
handled by dao objects and the children are handled by a datacontrol and
apex grid. I keep getting 3034 errors saying I can't commit without first
begin. I know my begin/commit sequence is correct because when I comment
out code dealing with the datacontrol everything works fine. Please assist!
Thanks in advance,
Eric