sethuarun
<[EMAIL PROTECTED]> wrote:
> I have a peculiar problem with sqlite library. I built an application
> using sqlite for DB operations. The application keeps updating the
> DB. Everything goes fine for around one or two days. But after that
> DB does not get updated at all.

At this point, do you by any chance have <dbfilename>.journal file 
constantly present on the hard drive in the same folder where 
<dbfilename> file is? My guess would be you have a bug in your code 
whereby you open a transaction and never close it.

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to