FireDAC.Phys.ADS.TFDADSService.Password

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: TFDADSService

Delphi

property Password: String read FPassword write FPassword;

C++

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

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