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
delete operation on a record when Database has more than 3000 records.
The table is likely to grow to 10000 records.

Can someone give any pointers to the solution.

Thanks,
Deepali

Reply via email to