On 7/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> hello, I port the sqlite3 to linux(file system is jffs2).now , I must cout
> the nandflash expire in sqlite3 running.

SQLite works on top of the file system, so it has no knowledge of what
JFFS2 and MTD are doing to manage your NAND flash.  You'll have to
talk directly to the JFFS2 layer on your device and find out what's
happening to the file that stored the SQLite database.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to