DOCTYPE html> board/03content.jsp board/content.jsp 글 내용 보기[아이디 : ] 글번호 작성자 조회수 작성날짜 제목 내용 글수정 글삭제 목록 DAO public void updateReadcount(int num) { System.out.println("BoardDAO updateReadcount()"); BoardDTO boardDTO = new BoardDTO(); try { Connection con = getConnection(); String sql = "update board set readcount = readcount+1 where num = ?"; PreparedStatement ps = con.prepareStatement(sql); ps.set.....
원문 링크 : 231228 WEB - JSP17