happyNewMind
-
Can not issue data manipulation statements with executeQuery(). , Type mismatch: cannot convert from int to ResultSet프로그램/JSP 2008. 12. 17. 16:48
java.sql.SQLException: Can not issue data manipulation statements with executeQuery(). 오류. String query ="insert into bbs (id,pwd) values ("+id+","+pwd + ")"; stmt = conn.createStatement(); rs = stmt.executeQuery(query); Select 를 제외한 쿼리를 실행할 경우 stmt.executeUpdate(query); 를 써야만 한다. An error occurred at line: 21 in the jsp file: /insert.jsp Type mismatch: cannot convert from int to ResultSet 18: 1..
-
Invalid directive 에러프로그램/JSP 2008. 12. 17. 16:35
Invalid directive 이 오류의 범인은 org.apache.jasper.JasperException: /han58/insert.jsp(4,1) Invalid directive org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:88) org.apache.jasper.compiler.Parser.parseDirective(Parse..
-
송어낚시 가볼 곳 ㅋ일상/낚시 2008. 12. 16. 17:29
http://yuryo.fishnet.co.kr/report/bbsr.html?bbs=report&id=1861
-