Dear All, We are using SQLite version 3.6.10.
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. Please help us in this regard. Thanks and Regards, Farzana. -- View this message in context: http://www.nabble.com/Insertion-and-Updation-using-sqlite3_prepare%28%29-tp21849799p21849799.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

