ctsqlGetAutoCommit
Retrieve the state of the auto commit flag .
Declaration
BIT ctsqlGetAutoCommit(pCTSQLCONN hConn)
Description
ctsqlGetAutoCommit() retrieves the state of the auto commit flag.
Return
ctsqlGetAutoCommit() returns CTSQL_TRUE if auto commit flag is on, CTSQL_FALSE otherwise.
See Also
ctsqlSetAutoCommit(), ctsqlClearAutoCommit()