[sqlite] List-Unsubscribe

2006-07-09 Thread deepali rajale
On 7/9/06, Pat Wibbeler <[EMAIL PROTECTED]> wrote: On my mac, sqlite3 -version shows 3.1.3 which is not forward compatible with the default format for 3.3.6 unless you use the PRAGMA: PRAGMA legacy_file_format=TRUE; Before you create the database. To use the old version as the default, you

Re: [sqlite] Disk I/o Error : SQLITE_IOERR while performing Select/Delete on database

2006-05-10 Thread deepali rajale
Thanks for your reply. We use powerpc Linux on the embedded platform (CPU Model number : MPC885 ). I have downloaded the source code for sqlite version 3.3.4 and compiled it for powerpc linux gnu. Thanks Deepali On 5/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "deepali raja

[sqlite] Disk I/o Error : SQLITE_IOERR while performing Select/Delete on database

2006-05-09 Thread deepali rajale
Hi, I am working on a embedded system with 8MB real memory. I am using Sqlite-3 as database. There is only one table defined having 4 columns. The primary key of the table is composite having an integer and fixed char fields. I am getting SQLITE_IOERR error while trying to perform select or