Moves the current row in the result set to the row number specified and then fetches the data at that row.
sacapi_bool sqlany_fetch_absolute( a_sqlany_stmt * stmt, sacapi_i32 row_num )
stmt A statement object that was executed by sqlany_execute or sqlany_execute_direct.
row_num The row number to be fetched. The first row is 1, the last row is -1.
1 if the fetch is successful, 0 when the fetch is unsuccessful.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |