SQLite Forum

error changing data - attempt to write a readonly database
Login
Hello,
so I am using SQLite on a Windows Server 2012 for some time already. Now after I patched the OS and rebooted, I can't seem to edit tables via SQLiteBrowser because of this error message!
Funny thing is that I can copy the .db file to another location and open it in SQLiteBrowser and it works just fine! But if I copy the file back to where it always was I get this error!
This already happened to me once and I found there was a .db-journal file present, probably because I have interrupted PHP script in the middle of something. Deleting that file fixed it back then, but today there is no such file, so what's wrong and how do I fix it?