Form.jsp
new2.jsp
my_ins : DNS Name
insert : Table Name
here is the code to inser values into ms access database, bt i m getting an exception here, can anyone help me in this...
exception
exception
org.apache.jasper.JasperException: An exception occurred processing
JSP page /new2.jsp at line 19
16:
17:
18:
String sqlString= "Insert into insert(ID, u_name, u_post) values("+id1+",'"+nm1+"', '"+po1+"')";
19: int i=st.executeUpdate(sqlString);
20: %>
21: Record Add<%= i %><br>
22: