TAdsConnection.Username
Advantage TDataSet Descendant
|
TAdsConnection.Username Advantage TDataSet Descendant |
|
|
|
|
TAdsConnection.Username Advantage TDataSet Descendant |
|
|
Specifies the username to be used in Advantage Data Dictionary connections.
Syntax
property Username: String;
Description
Provide a value in the Username property when establishing connections to an Advantage Data Dictionary.
The Username property is also used to initialize the default login dialog if using TAdsConnection.LoginPrompt. After a successful Data Dictionary login, the user name used during the login is stored in the Username property.
Note Storing hard-coded user name and password entries as property values or in code for an OnLogin event handler can compromise server security.
See Also