Help Center

CODBCStmt.MoveLastmethod

Fetches the last rowset of data from the result set and returns data for all bound columns.

DatabasesmethodCODBCStmt.incdocumented

Syntax

FUNCTION MoveLast () 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 last rowset of data from the result set and returns data for all bound columns.

Reference

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