The information in this article applies to:
SUMMARYUnder the ExecuteSQL method, transactions are unsupported against ODBC data sources. Even though a transaction may be started by a Visual Basic application and this transaction space is global to all database objects, the transaction space on database objects does not include actions by the ExecuteSQL method against remote ODBC data sources such as SQL Server or Oracle. MORE INFORMATION
When you use the ExecuteSQL method or the passthrough property on dynasets,
Visual Basic version 3.0 dispatches the SQL code directly to the ODBC data
source through the ODBC driver. Therefore, it does not offer any
transaction support in terms of CommitTrans or Rollback even though the
ODBC driver for that data source might support transactions. This behavior
is by design.
Additional query words: 3.00
Keywords : |
Last Reviewed: September 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |