Re: [sqlite] DB does not get updated after many writes

2008-06-17 Thread sethuarun


My Environment details:
OS: Montavista kernel version 2.4
compiler: gcc (GCC) 3.3.1 (MontaVista 3.3.1-3.0.10.0300532 2003-12-24)

Regards,
Sethu


Mihai Limbasan wrote:
> 
> I doubt that anyone will be able to help you unless you provide more 
> (or, for that matter, *any*) details about your environment, such as 
> operating system hardware constraints, compiler brand and version, and 
> so on and so forth.
> 
> Mihai Limbasan
> 

-- 
View this message in context: 
http://www.nabble.com/DB-does-not-get-updated-after-many-writes-tp17866059p17881249.html
Sent from the SQLite mailing list archive at Nabble.com.

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


Re: [sqlite] DB does not get updated after many writes

2008-06-16 Thread Igor Tandetnik
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 .journal file 
constantly present on the hard drive in the same folder where 
 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


Re: [sqlite] DB does not get updated after many writes

2008-06-16 Thread Mihai Limbasan

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. Strangely those sqlite library calls don't return any error,
everything is fine. But its just that DB does not get updated. I am using
sqlite version 3.5.0

If anyone has any solution for this problem, it will be of great help.
  
I doubt that anyone will be able to help you unless you provide more 
(or, for that matter, *any*) details about your environment, such as 
operating system hardware constraints, compiler brand and version, and 
so on and so forth.


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


[sqlite] DB does not get updated after many writes

2008-06-16 Thread sethuarun

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. Strangely those sqlite library calls don't return any error,
everything is fine. But its just that DB does not get updated. I am using
sqlite version 3.5.0

If anyone has any solution for this problem, it will be of great help.

Regards,
Sethu
-- 
View this message in context: 
http://www.nabble.com/DB-does-not-get-updated-after-many-writes-tp17866059p17866059.html
Sent from the SQLite mailing list archive at Nabble.com.

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