The information in this article applies to:
SYMPTOMSCalling a RollbackTrans on an ActiveX Data Objects (ADO) connection object does not undo the changes made to a client-side ADO recordset object that uses that connection. STATUSThis behavior is by design. MORE INFORMATIONThe easiest way to revert your recordset is to persist the recordset in the desired state using the Save method that was introduced in ADO version 2.0. For example:
Another possible solution is to use the Resync or Requery commands on the
recordset object to retrieve the most up to date information from the
database.© Microsoft Corporation 1999, All Rights Reserved. Additional query words:
Keywords : kbADO200 kbGrpVBDB kbGrpMDAC kbDSupport kbADO210sp2 kbMDAC210SP2 |
Last Reviewed: November 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |