DAOHelper.ExecuteNonQuery("update news set newstitle='"+this.newstitle.Text.ToString()+"',newscontext='"+this.newscontext.Text.ToString()+"',newsdate='"+this.newsdate.Text.ToString()+"' where username = '"+this.newsid.Text.ToString()+"'");哪里错了呢?