修改新闻参考代码.docVIP

  • 15
  • 0
  • 约4.89千字
  • 约 5页
  • 2018-05-14 发布于河北
  • 举报
修改新闻参考代码

NewsManage.java public int updateNews(News n) { int result = 0; Connection con = null; PreparedStatement pStatement = null; try { con = DBConnection.getConnection(); String strSql = update NEWSINFO set NTID=?,NTitle=?,NAuthor=?,NContent=?,NSummary=?,NModifyDate=?,NPicPath=? where NID=?; pStatement = con.prepareStatement(strSql); pStatement.setInt(1,n.getNTID()); pStatement.setString(2,n.getNTitle()); pStatement.setString(3,n.getNAuthor()); pStatement.se

文档评论(0)

1亿VIP精品文档

相关文档