On 7/28/16, Richard Hipp <[email protected]> wrote: > On 7/28/16, Jian Ping Yan <[email protected]> wrote: >> HI, >> >> We update SQLite3 version to 3.13.0. >> >> After running sqlite3_backup_step(), the return value is 8, which said >> >> ret[8] Error message: [attempt to write a readonly database]. >> >> is any clue? > > Is the destination database an in-memory database that has a different > page size than the source database? >
Or is the destination database in WAL mode and has a different page size from the source database? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

