IBX.IBServices.TIBSecurityService.CreateSYSDSOUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateSYSDSOUser(Password : String = '');

C++

void __fastcall CreateSYSDSOUser(System::UnicodeString Password = System::UnicodeString());

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBSecurityService

Description

Creates a SYSDSO user for the current database.

This method can only be called by the database owner.

If no password is specified, the password of the SYSDSO user will be the owner's password.

For full information about InterBase encryption, see the InterBase Data Definition Guide.

See Also