To fetch and update rowsets
If unbound columns are used, for each row call SQLSetPos with Operation set to SQL_POSITION to set the cursor position; then, for each unbound column:
If data-at-execution text or image columns are used for an update or add operation, handle them.
| Bookmarking Rows | SQLGetCursorName |
| Changing Rows with Positioned Operations | SQLGetData |
| Scrolling and Fetching Rows | SQLSetStmtAttr |
| SQLFetchScroll |