Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere PHP API » SQL Anywhere PHP API reference

 

sasql_stmt_data_seek

Prototype
bool sasql_stmt_data_seek( sasql_stmt $stmt, int $offset )
Description

This function seeks to the specified offset in the result set.

Parameters

$stmt   A statement resource.

$offset   The offset in the result set. This is a number between 0 and sasql_stmt_num_rows minus 1.

Returns

TRUE on success or FALSE failure.

Related functions