Icon ModifyRemoteUser Method

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

Usage

Call the ModifyRemoteUser method to modify information about an existing user on a database server. Use the UserName parameter to specify the existing user.

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