ADO::CursorLocationEnum
Specifies the location of the cursor service.
| Constant |
Value |
Description |
| adUseClient |
3 |
Uses client-side cursors supplied by a local cursor library. Local
cursor services often will allow many features that driver-supplied
cursors may not, so using this setting may provide an advantage with
respect to features that will be enabled. For backward compatibility,
the synonym adUseClientBatch is also supported. |
| adUseServer |
2 |
Default. Uses data-provider or driver-supplied cursors. These cursors
are sometimes very flexible and allow for additional sensitivity to
changes others make to the data source. |
|