MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? N
Type: VT_BOOL
Typical R/W: R/W
Description: Client Cursor
DBPROP_CLIENTCURSOR requires a provider to materialize a cursor-capable rowset on the client. This property overrides other rowset properties used to determine where to materialize a cursor. Providers may support this property if they offer client cursor capability. The Client Cursor Engine, an OLE DB service component that provides scrolling and find support over OLE DB rowsets, implements DBPROP_CLIENTCURSOR.
Use of this property by a consumer implies knowledge of the cursor engine and its functionality. Otherwise, the consumer should request the properties it wants, state its preference for cursor location (using DBPROP_SERVERCURSOR), and proceed.
Providers should never see this property and should return an error if asked.