MDAC 2.5 SDK - ODBC Programmer's Reference
Appendix F: ODBC Cursor Library


 

SQLFetch in the Cursor Library

When the cursor library is used, calls to SQLFetch cannot be mixed with calls to either SQLFetchScroll or SQLExtendedFetch.

If SQLFetch is called with SQL_ATTR_ROW_ARRAY_SIZE set to a value greater than 1, the cursor library will pass the call to the driver. If the driver is an ODBC 2.x driver, the rowset size will be ignored and the call to SQLFetch will return a single row of data.

If the cursor library is used with an ODBC 2.x driver, a bind offset (as defined by the SQL_ATTR_ROW_BIND_OFFSET_PTR statement attribute) is not used when SQLFetch is called.

When the cursor library is loaded, an application cannot call SQLFetch to fetch bookmark columns. The cursor library passes the call to SQLFetch through to the driver, but the function calls to enable bookmarks and bind the bookmark column are intercepted by the cursor library.