On 7/3/19, Lewis Balentine <lew...@gmail.com> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to