Nieuws

All operations position the cursor on the row specified by RowNumber (except for SQL_ADD, SQL_UPDATE_BY_BOOKMARK, SQL_DELETE_BY_BOOKMARK, and SQL_REFRESH_BY_BOOKMARK, which DB2 CLI does not support, ...
DB2 CLI has a supply of cursors that get used as needed. The application can then use the generated cursor in the normal cursor fetch model for multiple row SELECT statements and positioned UPDATE and ...
If CURSOR_TYPE=FORWARD_ONLY, then the cursor behaves like a DYNAMIC cursor except that it only supports fetching the rows sequentially. If CURSOR_TYPE=KEYSET_DRIVEN, then the cursor determines which ...
We are using the selectCursor method of SqlSession to stream a large result set from a DB2 database. On DB2 this operation always fails when trying to read the last object from the cursor's iterator ...