skip to main content
Part 2: The 32-Bit/64-Bit Drivers : The PostgreSQL Wire Protocol Driver : Connection Option Descriptions : Enable Keyset Cursors
  
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)
GUI Tab
Advanced tab