Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.db.sql
.ODBCPosition
ODBCPosition
is available since version 1.0.
Prototype:
number ODBCPosition(number statement)
Parameters
statement
[in] the statement handle (or result set) as returned by
ODBCStatement
,
ODBCListTables
,
ODBCListColumns
,
ODBCListTypes
or
ODBCExecuteQuery
Description:
Get the absolute position of the current row.
Return value:
Return the current position in the result set, or -1 if failed.