FireDAC.Phys.ADS.TFDADSService.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserName: String read FUserName write FUserName;

C++

__property System::UnicodeString UserName = {read=FUserName, write=FUserName};

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 name to connect to the DB server.

Use the UserName property to specify the SQL user name to connect to the Advantage database.

This property must be specified for any service operation.

See Also