Syntax
| long = connectionobject.CursorLocation
connectionobject.CursorLocation = long
| |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Sets or returns a long value used to select between various cursor libraries accessible through the provider.
The CursorLocation property establishes the cursor location and services. It sets or returns a long value that is one of the CursorLocationEnum constants. The default is adUseServer, or 2. Server-side and client-side provided cursor services usually add increased flexibility.
CursorLocationEnum Constants
| |||||||||||||||
See Also
| ||||||||||||||||
Example
| objConnection.CursorLocation = adUseServer |