CSession::Commit

 

The latest version of this topic can be found at CSession::Commit.

Commits the transaction.

Syntax

  
      HRESULT Commit(   
   BOOL bRetaining = FALSE,   
   DWORD grfTC = XACTTC_SYNC,   
   DWORD grfRM = 0    
) const throw( );  

Parameters

See ITransaction::Commit in the OLE DB Programmer's Reference.

Return Value

A standard HRESULT.

Remarks

For more information, see ITransaction::Commit.

Requirements

Header: atldbcli.h

See Also

CSession Class