AdoEnums.ConnectPrompt.*

package com.ms.wfc.data

Topic   Specifies whether a dialog box should be displayed to prompt for missing parameters when opening a connection to an ODBC data source. The constants specify whether to always prompt, prompt if more information is needed, prompt if more information is needed but optional parameters are not allowed, or never prompt. Use these constants with the connection "Prompt" dynamic property.

Prefix   adPrompt

Declared   ConnectPromptEnum

Constant Value
ALWAYS 1
COMPLETE 2
COMPLETEREQUIRED 3
NEVER 4