The information in this article applies to:
SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
MORE INFORMATION
Microsoft Access will enforce transaction processing on an attached SQL
Server table through the use of a dynaset created on that table. For more
information about how to create a dynaset on an attached SQL Server table,
search for "CreateDynaset" using the Help menu. The key to making
transaction processing work for attached SQL Server tables is to create and
close the dynaset on the attached SQL Server table outside the transaction.
Below are pseudo-code examples of the incorrect and correct methods of
coding this process:
NOTE: Improvements to the Microsoft Jet database engine version 3.0 remote transaction management now allow seamless use of server transactions in Visual Basic for Applications. The methods listed above work in the Jet Database engine version 3.0 and above.
Keywords : kbusage OdbcOthr |
Last Reviewed: March 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |