Icon AddRemoteUser Method

void __fastcall AddRemoteUser(const AnsiString UserName, const
      AnsiString UserPassword, const AnsiString UserDescription, bool
      IsAdministrator, Word MaxConnections)

Usage

Call the AddRemoteUser method to add a new user to a database server. Use the UserName parameter to specify the new user name, the UserPassword parameter to specify the user's password, the UserDescription parameter to specify a description of the user, the IsAdministrator parameter to indicate whether the new user is an administrator, and the MaxConnections property is used to specify how many concurrent connections this user is allowed to have at any given time.

Information This method is only valid for encrypted remote sessions connected as an administrator to the administration port on a database server.
Image