Help Center

CODBCStmt.SetLockConcurrencymethod

Cursor uses the lowest level of locking sufficient to ensure that the row can be updated.

DatabasesmethodCODBCStmt.incdocumented

Syntax

FUNCTION SetLockConcurrency () AS SQLRETURN

Return value

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE.

Description

Cursor uses the lowest level of locking sufficient to ensure that the row can be updated.

Reference

  • Include file CODBCStmt.inc
  • Defined in AfxNova/COdbcStmt.inc:1224
  • Documented in Databases/ODBC Classes/CODBCStmt Class.md
  • Topic: CODBCStmt Class