Returns the next row from the result set. This function first advances the row pointer and then fetches the data at the new row.
sacapi_bool sqlany_fetch_next( a_sqlany_stmt * stmt )
stmt A statement object that was executed by sqlany_execute or sqlany_execute_direct.
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 |