Icon ModifyServerUserPassword Method

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

Usage

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