ODAC

TOraSession.ConnectPrompt Property

Used to supply a prompt for a name and password.

Class

TOraSession

Syntax

property ConnectPrompt: boolean stored False default True;

Remarks

Set the ConnectPrompt property 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 a hard-coded user name and password entries as property values or in code for an OnLogin event handler can compromise server security.

See Also

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