FireDAC.Phys.IBBase.TFDIBSecurity.ModifyUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ModifyUser;

C++

void __fastcall ModifyUser();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity

Description

Modifies an existing user in the InterBase or Firebird security database.

Use the ModifyUser method to modify an existing user in the InterBase or Firebird security database. To modify a user, an application must specify the AUserName property. Other AXxxx properties are optional. The user name cannot be changed.

When an Interbase database has EUA enabled, then the EUADatabase property must be specified.

See Also