standard.db.sql.ODBCFetchPrior

ODBCFetchPrior is available since version 1.0.

Prototype:

boolean ODBCFetchPrior(number statement)

Parameters

statement
[in] the statement handle (or result set) as returned by ODBCStatement, ODBCListTables, ODBCListColumns, ODBCListTypes or ODBCExecuteQuery

Description:

Position the current record on the previous row in the given data set.

Return value:

Return true if succeeded, false if failed.