Re: [sqlite] about sqlite database

2008-08-07 Thread Jardar Maatje
My solution was as follows (this limits to specific size on disk): Every time I insert stuff I do the following: ReadSizeOfDBFile If ( size > MAXDBSIZE ){ If ( freeDBPages < 10 ){ RemoveSomeRecords } } Jardar -Original Message- From: [EMAIL PROTECT

[sqlite] Getting malformed database on windows ce device

2008-08-05 Thread Jardar Maatje
Hi I have a winodows CE device with a sd-flash card. The application is a collecting data from an application and to save power it goes to sleep as often as possible. Data is also collected at regular intervals (up to once every 2 minutes). The database is located on an SD-flash card. After a boo