maxdb_stmt_data_seek
Seeks to an arbitray row in statement result set
Description
Procedural style:
boolmaxdb_stmt_data_seek
resourcestatement
intoffset
The maxdb_stmt_data_seek function seeks to an arbitrary result pointer
specified by the offset in the statement result set represented by
statement. The offset parameter must be between
zero and the total number of rows minus one (0..maxdb_stmt_num_rows - 1).
Return values
&return.success;
See also
maxdb_prepare
Example
Procedural style
]]>
The above examples would produce the following output: