hi, Doug,
        Thanks for your reply, I have just fixed that bug, the issue caused by
not closing database correctly, so next time I opened the database, all
things rolling back. Thanks for your patience and passion.
best regards
On Thu, 2008-11-13 at 09:48 -0500, Doug Currie wrote:
> 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
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to