standard.db.sql.ODBCFetchFirst

ODBCFetchFirst is available since version 1.0.

Prototype:

boolean ODBCFetchFirst(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 first row in the given data set.

Return value:

Return true if succeeded, false if failed