On 11/12/08, henry <[EMAIL PROTECTED]> wrote: > hey, > I'm a rookie to SQLITE, recently I tried to use Sqlite to integrate with > my app, I opened a database handler, insert some records, delete some > records, then closed the database handler. The problem is the next time > when I connect the Sqlite, the actions I did last time has all gone > away, it did not take any effect to the database. There's no error code > when using the sqlite api, and if I use that handler to query the > database, the inserted data is there. >
Is your application using transactions? Did you forget to commit? > Thanks in advance > regards _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

