ctsqlClearAutoCommit
Clears the autocommit flag.
Declaration
CTSQLRET ctsqlClearAutoCommit(pCTSQLCONN hConn)
Description
ctsqlClearAutoCommit() clears the autocommit flag.
Return
Returns CTSQLRET_OK on success.
See Also
ctsqlSetAutoCommit(), ctsqlGetAutoCommit()