I suggest using a tmp directory within in your private app directory. ----- Original Message ----- From: skywind mailing lists <[email protected]> To: SQLite mailing list <[email protected]> Sent: Sunday, June 10, 2018, 18:44:45 Subject: [sqlite] Usage of temporary files of SQLite3 on Android / SQLite commands fail
Hi, but to which directory should I set it? There is no general tmp directory accessible. Regards, Hartwig > Am 2018-06-10 um 02:30 schrieb Bob Friesenhahn <[email protected]>: > On Sat, 9 Jun 2018, skywind mailing lists wrote: >> Hi, >> currently I am not creating large subqueries or views and therefore storing >> the temporary data in memory is a solution but I would like to have a future >> proof solution. And I do not like to think about it anymore in the future. > Have you tried setting the POSIX standard TMPDIR environment variable? This > might have useful influence under Android. > Bob > -- > Bob Friesenhahn > [email protected], http://www.simplesystems.org/users/bfriesen/ > GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

