On Sat, 20 Aug 2016 18:01:46 +0100 Simon Slavin <[email protected]> wrote:
> Yes and yes, but do it this way. > > 1) Create the database file by opening it. > 2) Do something that makes the file non-blank, like creating a table. > 3) Issue "PRAGMA journal_mode=WAL" > 4) Close the file > > From that point onwards that database is in WAL mode and everything > opening it automatically knows that. You do the above sequence using > your own software or the SQLite command-line shell tool. Thanks! Levente -- 73 de HA5OGL Op.: Levente _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

