Advantage Database Server

TAdsConnection.Password

Advantage TDataSet Descendant

TAdsConnection.Password

Advantage TDataSet Descendant

This is the first topic This is the last topic  

TAdsConnection.Password

Advantage TDataSet Descendant

This is the first topic This is the last topic  

TAdsConnection

Specifies the password to be used in Advantage Data Dictionary connections.

Syntax

property Password: String;

Description

Provide a value in the Password property when establishing connections to an Advantage Data Dictionary.

Setting the Password property directly is not recommended. As an alternative, use a login dialog and/or the TAdsConnection.OnLogin event to control server logins.

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

Username

LoginPrompt

OnLogin