Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlSetIsolationLevel

Set the transaction isolation level.

Declaration

CTSQLRET ctsqlSetIsolationLevel(pCTSQLCONN hConn, CTSQL_ISOLEVEL level).

Description

ctsqlSetIsolationLevel() sets the transaction isolation level.

  • hConn the connection handle.
  • level the new isolation level to be set.

Return

ctsqlSetIsolationLevel() returns CTSQLRET_OK on success.

Symbolic Constant

Explanation

SQL_ERR_BADPARAM

Bad parameter specification for the statement.

See Also

ctsqlGetIsolationLevel()

TOCIndex