"hussainfarzana"
<hussainfarz...@gmail.com> wrote in
message news:21849799.p...@talk.nabble.com
> We are using the sqlite3_prepare() and sqlite3_bind() methods for
> insertion and updation of the records in the database.Everything
> works fine and sqlite3_step() returns 101 which is SQLITE_DONE.When
> we check the DB, the records are not inserted.

Do you, by any chance, start a transaction and then forget to commit it?

Igor Tandetnik 



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

Reply via email to