title
CSession::StartTransaction | Microsoft Docs
ms.custom
ms.date
11/04/2016
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
article
f1_keywords
CSession::StartTransaction
StartTransaction
ATL.CSession.StartTransaction
CSession.StartTransaction
ATL::CSession::StartTransaction
dev_langs
helpviewer_keywords
ms.assetid
cd7bd2be-fad1-4e2b-932b-79d308efb8fb
caps.latest.revision
8
author
mikeblome
ms.author
mblome
manager
ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw
CSession::StartTransaction
Begins a new transaction for this session.
HRESULT StartTransaction(
ISOLEVEL isoLevel = ISOLATIONLEVEL_READCOMMITTED,
ULONG isoFlags = 0,
ITransactionOptions* pOtherOptions = NULL,
ULONG* pulTransactionLevel = NULL
) const throw( );
See ITransactionLocal::StartTransaction in the OLE DB Programmer's Reference .
A standard HRESULT.
Remarks
For more information, see ITransactionLocal::StartTransaction in the OLE DB Programmer's Reference .
Header: atldbcli.h
CSession Class