Icon ModifyServerUserPassword Method

procedure ModifyServerUserPassword(const UserName: String; const
      UserPassword: String)

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