On Wed, Mar 26, 2014 at 8:13 PM, Muharrem Bilgin (Bright Software) <
[email protected]> wrote:
>
> FROM PRD_DETAILS
>
>
As a work-around, please try changing this line of your query to read:
FROM PRD_DETAILS INDEXED BY sqlite_autoindex_PRD_DETAILS_1
At the same time, you really should try to figure out why you cannot create
temporary files on the phone.
Another work-around would be to turn off all temporary files using
PRAGMA temp_store=MEMORY;
That might require more memory, though.
--
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users