On 7/3/19, Lewis Balentine <[email protected]> wrote: > When I open the file in DB Browser for SQLite I can browse the tables but I > can not change anything. > The error is: "attempt to write a readonly database"
Is the directory that contains the database file writable? It needs to be in order to write to the database file, so that SQLite can create a rollback journal for transaction control. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

