Enable Keyset Cursors
- Last Updated: October 3, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Enable Keyset Cursors
Attribute
EnableKeysetCursors (EKC)
Purpose
Determines whether the driver emulates keyset cursors to provide scrollable keyset cursors to an ODBC application.
Valid Values
0 | 1
Behavior
If set to 1 (Enabled), the driver emulates keyset cursors.
If set to 0 (Disabled), the driver does not emulate keyset cursors. If an application requests a keyset cursor and this option is set to 0, the driver uses a static cursor and returns a message that a different value was used.
Default
0 (Disabled)