CSession::Commit

Commits the transaction.

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

Reference

CSession Class

Other Resources

CSession Members