Cursor Concurrency (ODBC)

Cursor operations, like cursor types, are affected by the concurrency options set by the application. Concurrency options are set using the SQL_ATTR_CONCURRENCY option of SQLSetStmtAttr. The concurrency types are:

  • Read-only (SQL_CONCUR_READONLY)
  • Values (SQL_CONCUR_VALUES)
  • Row version (SQL_CONCUR_ROWVER)
  • Lock (SQL_CONCUR_LOCK)

For more information about the types of locks generated by these concurrency options, see 커서 동시성(데이터베이스 엔진).

참고 항목

개념

Cursor Properties

도움말 및 정보

SQL Server 2005 지원 받기