The AdoEnums.ConnectPrompt class of the com.ms.wfc.data package specifies whether a dialog box should be displayed to prompt for missing parameters when opening a connection to a data source.
class AdoEnums.ConnectPrompt extends com.ms.wfc.core.Enum { // Fields public static final int ALWAYS; public static final int COMPLETE; public static final int COMPLETEREQUIRED; public static final int NEVER; }