I am not sure if it is a SQLite problem, or a Java problem. While filling a table I get an error "Statement is not executing". It happens in the following code: System.out.printf("%d, %s, %s\n", line, citation, author); prep.setString(1, citation); System.out.print("After citation\n"); I see the first output, but not the second. After this there is a -journal file. What could be ...