please help me with this,
October 30, 2008 at 1:27 PM
I got error when trying out this codes; its said An error occurred at line: 75 in the jsp file: /prepared_statement_query.jsp String literal is not properly closed by a double-quote 72: (connectionURL, "root", "root"); 73: 74: // sql query to insert values in the secified table. 75: String queryString = ("INSERT INTO stu_info(Name, 76: Address,Phone) VALUES (?, ?, ?)"); 77: 78: /* createStatement() is used for create statement