CODBCStmt.MovePreviousmethod
Fetches the previous rowset of data from the result set and returns data for all bound columns.
Syntax
FUNCTION MovePrevious () AS SQLRETURN
Return value
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_NO_DATA, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE.
Description
Fetches the previous rowset of data from the result set and returns data for all bound columns.
Reference
- Include file
CODBCStmt.inc - Defined in AfxNova/COdbcStmt.inc:657
- Documented in Databases/ODBC Classes/CODBCStmt Class.md
- Topic: CODBCStmt Class