Skip to content

What are common causes of SQLite error 14: unable to open database file - while executing PRAGMA journal_mode = WAL? #1351

Answered by groue
dawilliams-gpsw asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @dawilliams-gpsw,

You'll find information about SQLITE_FULL (13) in #1251.

For SQLITE_CANTOPEN (14), I don't have much information. You'll find in this repo several issues about SQLITE_CANTOPEN thrown by read-only connections on a WAL database without a -wal file (it took quite a long time to understand what was going on) - but this does not precisely apply to you.

Maybe a search for SQLITE_CANTOPEN in the SQLite forums could help? Or a new question in this forum?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dawilliams-gpsw
Comment options

Answer selected by dawilliams-gpsw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants