IBDAC

TIBCConnection.ConnectPrompt Property

Used to provide login support.

Class

TIBCConnection

Syntax

property ConnectPrompt: boolean stored False default True;

Remarks

Set ConnectPrompt to True to provide login support when establishing a connection. When ConnectPrompt is True, a dialog appears to prompt a user for a name and a password.

When ConnectPrompt is False, an application must supply user name and password values programmatically.

Warning: Storing hard-coded user name and password entries as property values or in code for an OnLogin event handler can compromise the server security.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback