How can I change an SQLite database from read-only to read-write?
When I executed the update statement, I always got:
SQL error: attempt to wr
This error usually happens when your database is accessed by one application already, and you're trying to access it with another application.