Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.27 KB

transaction-object-interfaces.md

File metadata and controls

22 lines (17 loc) · 1.27 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Transaction Object Interfaces
Transaction Object Interfaces
10/24/2018
interfaces, OLE DB
transaction object interfaces
OLE DB, interfaces
OLE DB providers, transaction support
OLE DB provider templates, object interfaces
interfaces, list of
d2ce99ce-6f7a-4ff9-bc6e-acda3633d5c8

Transaction Object Interfaces

The transaction object defines an atomic unit of work on a data source and determines how those units of work relate to each other. This object is not directly supported by the OLE DB provider templates (that is, you must create your own object).

The following table shows the mandatory and optional interfaces defined by OLE DB for a transaction object.

Interface Required? Implemented by OLE DB templates?
IConnectionPointContainer Mandatory No
ITransaction Mandatory No
ISupportErrorInfo Optional No

See also

OLE DB Provider Template Architecture