Icon ModifyRemoteDatabaseUser Method

procedure ModifyRemoteDatabaseUser(const DatabaseName: String;
      const AuthorizedUser: String; RightsToAssign: TDatabaseRights)

Usage

Call the ModifyRemoteDatabaseUser method to modify the rights for an existing user to an existing database on a database server. Use the DatabaseName parameter to specify the existing database name and the AuthorizedUser parameter to specify the existing user. You may use a wildcard (*) for the AuthorizedUser parameter , such as specifying just '*' for all users or 'Accounting*' for all users whose user name begins with 'Accounting'.

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