DB2 Version 9.7 for Linux, UNIX, and Windows

DisableKeysetCursor CLI/ODBC configuration keyword

Disables keyset-driven scrollable cursors.

db2cli.ini keyword syntax:
DisableKeysetCursor = 0 | 1
Default setting:
Keyset-driven scrollable cursors are returned when requested.
Usage notes:
 

When set to 1, this keyword forces the CLI driver to return a static cursor to the application, even if the application has requested a keyset-driven scrollable cursor. The default setting (0) causes keyset-driven cursors to be returned when the application requests them. This keyword can be used to restore behavior before scrollable cursors were supported.