On 27 Apr 2016, at 6:01am, Mark Foley <mfoley at novatec-inc.com> wrote:
> I don't know that answer. Would the journal file be an actual file in the > same > folder as the database file? Yes. Given that your database file is called 'local.sqlite', look for other files in the same folder with names starting with 'local'. It would also be useful for you to execute PRAGMA journal_mode when you have the database open and tell us what the response is. That tells us more about what journal files should exist and why your connection might be trying to write to them. Simon.