CODBCStmt.GetCursorKeysetSizemethod
Gets a SQLUINTEGER value that specifies the number of rows in the keyset-driven cursor.
Syntax
FUNCTION GetCursorKeysetSize () AS SQLUINTEGER
Description
Gets a SQLUINTEGER value that specifies the number of rows in the keyset-driven cursor.
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:1316
- Documented in Databases/ODBC Classes/CODBCStmt Class.md
- Topic: CODBCStmt Class