FireDAC.Phys.IBBase.TFDIBSecurity.ModifyUser

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBSecurity

Delphi

procedure ModifyUser;

C++

void __fastcall ModifyUser();

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