Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlGetAutoCommit

Retrieve the state of the auto commit flag .

Declaration

BIT ctsqlGetAutoCommit(pCTSQLCONN hConn)

Description

ctsqlGetAutoCommit() retrieves the state of the auto commit flag.

  • hConn the connection handle.

Return

ctsqlGetAutoCommit() returns CTSQL_TRUE if auto commit flag is on, CTSQL_FALSE otherwise.

See Also

ctsqlSetAutoCommit(), ctsqlClearAutoCommit()

TOCIndex