Having the complete stack trace of the exception would help a lot.

Here are some thoughts:
1- You did not explicitly close the preparedstatement before calling commit.
2- You are trying to commit without having started a transaction.

I don't think the problem is related to the setBytes() as I have similar
code in my application and it work perfectly.

Which version of SQLiteJDBC you are using?

Ulric


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to