Microsoft SDK for Java

AdoEnums.CursorLocation Class Fields

The CursorLocation class contains the fields shown in the following table.

Constant Value Description
NONE 1 Does not use cursor services. (This constant is obsolete and appears solely for the sake of backward compatibility.)
CLIENT 2 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.
SERVER 3 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. However, some features of the Microsoft Client Cursor Provider (such as disassociated Recordset objects) cannot be simulated with server-side cursors and these features will be unavailable with this setting.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.