Fetches the next row from a result set and returns data for all bound columns, for UltraLite ODBC.
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLFetch ( SQLHSTMT StatementHandle );
StatementHandle A statement handle.
Before fetching rows, you must have bound the columns in the result set to buffers using SQLBindCol. To fetch a row other than the next row in the result set, use SQLFetchScroll.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |