Purpose

Determines whether the driver uses server-side cursors when an updatable result set is requested.

Valid Values

true | false

Behavior

If set to true, server-side updatable cursors are created when an updatable result set is requested.

If set to false, the client-side updatable cursors are created when an updatable result set is requested.

Default

false

Data Type

boolean

See also

Server-Side Updatable Cursors

Performance Considerations