Fetches the specified row from the result set and returns data for all bound columns, for UltraLite ODBC.
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLFetchScroll ( SQLHSTMT StatementHandle, SQLSMALLINT FetchOrientation, SQLLEN FetchOffset );
StatementHandle A statement handle.
FetchOrientation The type of fetch.
FetchOffset The number of the row to fetch. The interpretation depends on the value of FetchOrientation.
Before fetching rows, you must have bound the columns in the result set to buffers using SQLBindCol. SQLFetchScroll is for use in those cases where the more straightforward SQLFetch is not appropriate.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |