FireDAC.Phys.IBBase.TFDIBSecurity.AddUser

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 AddUser;

C++

void __fastcall AddUser();

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