bool sasql_stmt_data_seek( sasql_stmt $stmt, int $offset )
This function seeks to the specified offset in the result set.
$stmt A statement resource.
$offset The offset in the result set. This is a number between 0 and sasql_stmt_num_rows minus 1.
TRUE on success or FALSE failure.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |