On Wed, Mar 26, 2014 at 8:13 PM, Muharrem Bilgin (Bright Software) <
mbil...@brightsoft.com.au> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to