Icon ModifyServerUser Method

void __fastcall ModifyServerUser(const AnsiString UserName,
      const AnsiString UserPassword, const AnsiString UserDescription,
      bool IsAdministrator = false, Word MaxConnections =
      (Word)(0x64))

Usage

Call the ModifyServerUser 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 when the engine is running as a database server and the EngineType is set to etServer.
Image