On Nov 12, 2008, at 10:31 PM, henry wrote: > 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.
What filename did you give to sqlite3_open? Do you see that file being created by your app? Is it modified (does the file modified time or size change) when your app runs? e _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

