Microsoft SDK for Java

AdoEnums.CursorLocation Class

The AdoEnums.CursorLocation class of the com.ms.wfc.data package specifies the location of the cursor engine (a database element that controls record navigation), updatability of data, and the visibility of changes made to the database by other users.

class AdoEnums.CursorLocation extends com.ms.wfc.core.Enum
{
  // Fields
  public static final int CLIENT;
  public static final int NONE;
  public static final int SERVER;
}

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