D
Derek Agar
Hello,
I have noticed w/Access 2002 that if i start a transaction and then
call requery on either a sub form or a combo box control, that it will
hang up access. I am using MDAC 2.8 against SQL Server 2000. The
form was opened unbound and I opened an ado recordset that I then set
the form's recordset to. I have an edit button on the form to enable
the controls and which starts an ado transaction. (I also have a
cancel button which disables the controls and rolls back the trans,
and a save button)
If I comment out the BeginTrans line, the requery works fine. I was
not able to find anything related to this doing a google search.
Anyone else notice something similar? Am I just not able to do a
requery while in a transaction?
Thanks
Derek
I have noticed w/Access 2002 that if i start a transaction and then
call requery on either a sub form or a combo box control, that it will
hang up access. I am using MDAC 2.8 against SQL Server 2000. The
form was opened unbound and I opened an ado recordset that I then set
the form's recordset to. I have an edit button on the form to enable
the controls and which starts an ado transaction. (I also have a
cancel button which disables the controls and rolls back the trans,
and a save button)
If I comment out the BeginTrans line, the requery works fine. I was
not able to find anything related to this doing a google search.
Anyone else notice something similar? Am I just not able to do a
requery while in a transaction?
Thanks
Derek