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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |