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.
Thanks in advance regards _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users