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 happening here?

-- 
Cecil Westerhof
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to