The Server Cursor property determines where a cursor, if required, is materialized.
object.Properties("Server Cursor") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that determines whether a cursor is materialized on the server or on the client, as specified in Settings.
Value | Description |
---|---|
True | The provider attempts to support any requested cursor functionality by materializing a cursor on the server. |
False | The provider attempts to support any requested cursor functionality by materializing a cursor on the client. |
adBoolean
Read/write
DBPROP_SERVERCURSOR