Enable Static Cursors for Long Data
- Last Updated: October 27, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Database Wire Protocol 8.0
- Documentation
Attribute
EnableStaticCursorsForLongData (ESCLD)
Purpose
Determines whether the driver supports Long columns when using a static cursor. Enabling this option causes a performance penalty at the time of execution when reading Long data.
Valid Values
0 | 1
Behavior
If set to 1 (Enabled), the driver supports Long columns when using a static cursor.
If set to 0 (Disabled), the driver does not support Long columns when using a static cursor.
Notes
- You must enable this option if you want to persist a result set that contains Long data into an XML data file.
- This connection option can affect performance.
Default
0 (Disabled)