|
|||||
function | SQLExtendedFetch |
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 SQLExtendedFetch ( read-only SQL_handle_type StatementHandle, value counter FetchOrientation, value counter FetchOffset, modifiable counter RowCount, read-only SQL_vector_type RowStatusArray )
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. This function has been superseded by SQLFetchScroll
in ODBC 3.0.
Input arguments:
Output argument:
---- |