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.

Notes

Server-side updatable cursors are not supported for Microsoft Azure Synapse Analytics or Microsoft Analytics Platform System.

Data source method

public Boolean getUseServerSideUpdatableCursors()

public void setUseServerSideUpdatableCursors(Boolean)

Default

false

Data type

Boolean

See also