Help Center

CODBCStmt.SetRelativePositionmethod

Fetches the rowset from the start of the current rowset.

DatabasesmethodCODBCStmt.incdocumented

Syntax

FUNCTION SetRelativePosition (BYVAL FetchOffset AS SQLLEN) AS SQLRETURN

Parameters

NameDescription
FetchOffsetThe rowset from from the start of the current rowset.

Return value

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_NO_DATA, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE.

Description

Fetches the rowset FetchOffset from the start of the current rowset.

Reference

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