ctsqlSetIsolationLevel
Set the transaction isolation level.
Declaration
CTSQLRET ctsqlSetIsolationLevel(pCTSQLCONN hConn, CTSQL_ISOLEVEL level).
Description
ctsqlSetIsolationLevel() sets the transaction isolation level.
Return
ctsqlSetIsolationLevel() returns CTSQLRET_OK on success.
Symbolic Constant |
Explanation |
SQL_ERR_BADPARAM |
Bad parameter specification for the statement. |
See Also
ctsqlGetIsolationLevel()