FireDAC.Phys.IBBase.TFDIBSecurity.EUADatabase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EUADatabase: String read FEUADatabase write FEUADatabase;

C++

__property System::UnicodeString EUADatabase = {read=FEUADatabase, write=FEUADatabase};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity

Description

The name of an InterBase-only EUA database.

Use the EUADatabase property to specify the name of an InterBase-only EUA (embedded user authentication) database. If EUA is enabled, then EUADatabase must be specified for each AddUser / DeleteUser / ModifyUser / DisplayUser / DisplayUsers operation.

The path variables are supported.

See Also