CODBCStmt.SetForwardOnlyCursormethod
Syntax
FUNCTION SetForwardOnlyCursor () AS SQLRETURN
Also documented as
SetDynamicCursor — one description covers them all.Return value
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_NO_DATA, SQL_ERROR, or SQL_INVALID_HANDLE.
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_NO_DATA, SQL_ERROR, or SQL_INVALID_HANDLE.
Description
Specifies a dynamic cursor. Note: Microsoft Access Driver changes it to a Keyset cursor.
Reference
- Include file
CODBCStmt.inc - Defined in AfxNova/COdbcStmt.inc:1268
- Documented in Databases/ODBC Classes/CODBCStmt Class.md
- Topic: CODBCStmt Class