jasperException error mysql connection problem,
March 11, 2009 at 2:33 PM
I am get teh same error several people on here are. The only response I've seen is to reinstall mysql on a new machine. So I can't have mysql on my computer ever???? There has to be a solution to the following error other than "reinstall on a different machine". I've reinstalled mysql several times, is there something im missing?
Errors:
org.apache.jasper.JasperException: Exception in JSP: /BookEntryForm.jsp:30
27: String bookname=request.getParameter("bookname"); 28: String author=request.getParameter("author"); 29: 30: stmt.executeUpdate("insert into books_details(book_name,author) values('"+bookname+"','"+author+"')"); 31: 32: 33: rst=stmt.executeQuery("select * from books_details");
View All Comments
| View Tutorial