On 4/23/2013 11:47 PM, Igor Korot wrote:
During the program flow I need to insert a record in one of the tables
inside transaction.
Record inserts OK (no error message generated), but when I try to check
using the SQLite
console the record is not present.
I let the transaction finish and check using the console program - record
is still not present.

What exactly does "let the transaction finish" mean? Do you issue a COMMIT or END statement? What you describe looks very much like the program terminates leaving an uncommitted transaction behind, which is then rolled back.
--
Igor Tandetnik

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

Reply via email to