sqlany_fetch_absolute( a_sqlany_stmt *, sacapi_i32 ) method

Moves the current row in the result set to the row number specified and then fetches the data at that row.

Syntax

public sacapi_bool sqlany_fetch_absolute ( a_sqlany_stmt * sqlany_stmt, sacapi_i32 row_num)

Parameters

Returns

1 if the fetch was successfully, 0 when the fetch is unsuccessful.