ACC2000: DoCmd Statement in Transaction Not Affected by Rollback (209819)
The information in this article applies to:
This article was previously published under Q209819 Advanced: Requires expert coding, interoperability, and multiuser skills.
SUMMARY
In Microsoft Access, the DoCmd Object is not affected by a Rollback statement if the DoCmd Object appears in a transaction.
MORE INFORMATION
Transaction processing in Microsoft Access is valid only on virtual table (VT) objects, such as dynasets. The DoCmd Object starts another Microsoft Jet database engine session to process its arguments.
Because the Jet database engine manages transaction processing, a new session of the Jet database engine contains its own transaction management. The two are mutually exclusive; transactions in one are not managed or affected by transactions in the other.
The simplest workaround for this problem is the QueryDef.Execute method, which uses a recordset.
NOTE: The QueryDef.Execute method works only when a QueryDef action is based on an action query (update, insert, delete) that does not return a recordset.
Modification Type: | Minor | Last Reviewed: | 7/14/2004 |
---|
Keywords: | kbinfo kbusage KB209819 |
---|
|