如何透過SeverMethod來修改密碼?
string sql = "update USERS"+ " set PWD = '" + EncryptPassword(param[0].ToString(), "A88888") .Replace("'", "''") + "'" + " where USERID='" + param[0].ToString() + "'";ExecuteCommand(sql, conn, tr);