Advantage Database Server

TAdsConnection.Username

Advantage TDataSet Descendant

TAdsConnection.Username

Advantage TDataSet Descendant

This is the first topic This is the last topic  

TAdsConnection.Username

Advantage TDataSet Descendant

This is the first topic This is the last topic  

TAdsConnection

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

Password

LoginPrompt

OnLogin