|
|||||
function | SQLFetchScroll |
Sample Code | Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: Numeric
An SQL return code. The following values may be returned:
|
define external counter function SQLFetchScroll ( read-only sql_handle_type StatementHandle, value counter FetchOrientation, value counter FetchOffset )
Fetches the specified row set of data from the result set and returns data for all bound columns. Row sets can be specified at an absolute or relative position, or by bookmark.
Input arguments:
---- |