Help Center

CODBCStmt.GetCursorConcurrencymethod

Gets a SQLUINTEGER value that specifies the cursor concurrency.

DatabasesmethodCODBCStmt.incdocumented

Syntax

FUNCTION GetCursorConcurrency () AS SQLUINTEGER

Description

Gets a SQLUINTEGER value that specifies the cursor concurrency.

Result code (GetLastResult)

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE.

Reference

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