Client-Side Cursor Combinations

To set a client-side cursor location, you can use this line of code:
 obRecordset.CursorLocation = adUseClient
The only client-side combination that is supported by the SAS providers is adOpenStatic and adLockReadOnly. This combination supports adApproxPosition, adBookmark, adFind, adHoldRecords, adMovePrevious, adNotify, and adResync.