Quote:
Originally Posted by JSWolf
Is there a way of telling d the database is left open? If so, is there any way to do something with NickelMenu to let us check if the database is open?
|
Jon, please re-read several of my posts and pay attention. Perhaps a search for sqlite-wal and sqlite-shm in this thread for a start since the SQLite Write Ahead Logging and SQLite SHared Memory files will be removed when the database is updated and closed.
A few minutes perusing
Temporary Files Used By SQLite and
Write-Ahead Logging may also help.