Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.db.sql
.ODBCFetchNext
ODBCFetchNext
is available since version 1.0.
Prototype:
boolean ODBCFetchNext(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 next row in the given data set.
Return value:
Return true if succeeded, false if failed.