IAdoMdCatalog.LoginPrompt

Syntax

LoginPrompt: Boolean;

Description

The LoginPrompt property determines whether the dialog box to enter credentials is displayed when opening the ADOMD catalog.

Comments

The property is set to False by default, and at the same time the request is not displayed. If the property is set to True, the dialog box to enter credentials opens. Specified credentials are used to connect to the database to which the ADOMD catalog is connected.

Example

The example of use is given in description of the WellKnownDriver property.

See also:

IAdoMdCatalog