Re: [sqlite] insert into DB fail on NAND flash

2011-01-19 Thread Simon Slavin
On 19 Jan 2011, at 9:10am, Gigin Jose wrote: > I am working on ARM9 based s3c2440 embedded platform on linux OS. The > database I use is SQLITE over QT application. The "insert into" query is > failing once I try to insert values into a database. The database resides on > a NAND flash with ya

[sqlite] insert into DB fail on NAND flash

2011-01-19 Thread Gigin Jose
Hi , I am working on ARM9 based s3c2440 embedded platform on linux OS. The database I use is SQLITE over QT application.  The "insert into" query is failing once I try to insert values into a database. The database resides on a NAND flash with yaffs2 formated filesystem. The following is the que