Re: [sqlite] I/O error in sqlite3

2013-08-28 Thread techi eth
Kindly let me know the reason for I/O error. WAL mode is creating problem
on ARM target.


Thanks..


On Tue, Aug 27, 2013 at 10:13 AM, techi eth  wrote:

> I have got the reason for I/O error:
>
> It is due to PRAGMA journal mode WAL. If I run with default journal mode
> then application is working fine.
>
> In above case what is the system architecture requirement to get WAL mode
> enable?
>
> How do I can achieve better concurrency in terms of reading?
>
> Thanks.
>
>
> On Tue, Aug 27, 2013 at 9:58 AM, techi eth  wrote:
>
>> What is possible cause of I/O error in sqlite3?
>>
>> My application is running fine on Desktop PC.Same application when I try
>> to run on ARM target it is giving I/O error.
>>
>> sqlite3 on Host : 3.7.9
>>
>> sqlite3 on Target : 3.7.14.1
>>
>
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] I/O error in sqlite3

2013-08-26 Thread techi eth
I have got the reason for I/O error:

It is due to PRAGMA journal mode WAL. If I run with default journal mode
then application is working fine.

In above case what is the system architecture requirement to get WAL mode
enable?

How do I can achieve better concurrency in terms of reading?

Thanks.


On Tue, Aug 27, 2013 at 9:58 AM, techi eth  wrote:

> What is possible cause of I/O error in sqlite3?
>
> My application is running fine on Desktop PC.Same application when I try
> to run on ARM target it is giving I/O error.
>
> sqlite3 on Host : 3.7.9
>
> sqlite3 on Target : 3.7.14.1
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users