FireDAC.Phys.ADS.TFDADSService.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: String read FPassword write FPassword;

C++

__property System::UnicodeString Password = {read=FPassword, write=FPassword};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
FireDAC.Phys.ADS TFDADSService

Description

Specifies the SQL user password to connect to the DB server.

Use the Password property to specify the user password to connect to the Advantage database. This property must be specified for any service operation.

See Also