This is the code I'm using to isert record in SQL but it produced the "ResultSet error not produced" and even it did not inserted the mobile field, but the field is set to "not null" still it was showing null.
Code:
<%	
        try
	{
            String n=request.getParameter("name");
            String u=request.getParameter("uname");
            String p=request.getParameter("pwd");
...