Cursor Concurrency

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:

For more information about the types of locks generated by these concurrency options, see Cursor Concurrency.

See Also
SQLSetStmtAttr  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.