Icon ModifyRemoteUserPassword Method

void __fastcall ModifyRemoteUserPassword(const AnsiString
      UserName, const AnsiString UserPassword)

Usage

Call the ModifyRemoteUserPassword method to modify the password for the current user logged in to the database server. Use the UserName parameter to specify the current user name. This method is only valid for changing the password for the current user.

Information This method is only valid for remote sessions connected to the regular data port on a database server. If you are logged in to the administration port and are an administrator, use the ModifyRemoteUser method instead.
Image