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