if(lines.size() >= 5){ String Actor = it.next(); String Bio = it.next(); String More_Bio = it.next(); String Reason = it.next(); String Fact = it
You need to escape your single quotes. Fortunately, Java takes care of this with PreparedStatements http://docs.oracle.com/javase/tutorial/jdbc/basics/prepared.html