Microsoft SDK for Java

AdoEnums.ConnectMode Class

The AdoEnums.ConnectMode class of the com.ms.wfc.data package specifies the available permissions for modifying data in a Connection, opening a Record, or specifying values for the Mode property of the Record and Stream objects.

class AdoEnums.ConnectMode extends com.ms.wfc.core.Enum
{
  // Fields
  public static final int READ;
  public static final int READWRITE;
  public static final int SHAREDENYNONE;
  public static final int SHAREDENYREAD;
  public static final int SHAREDENYWRITE;
  public static final int SHAREEXCLUSIVE;
  public static final int UNKNOWN;
  public static final int WRITE;
}

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