FireDAC.Phys.IBBase.TFDIBSecurity.AddUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddUser;

C++

void __fastcall AddUser();

Properties

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

Description

Adds a new user to the InterBase or Firebird security database.

Use the AddUser method to add a new user to the InterBase or Firebird security database. To add a user, an application must specify the AUserName and APassword properties. Other AXxxx properties are optional.

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

See Also