| Previous | Next |
| SQLITE_E_FULL | SQLITE_E_PROTOCOL |
SQLITE_E_CANTOPEN
SQLITE_E_CANTOPEN corresponds to SQLite SQLITE_CANTOPEN. SQLite could not open the database or another file required by the selected VFS and journal mode.
What to check
- Log the exact path after application expansion and check that its directory exists, is reachable, and has the required permissions.
- Check whether another process, security product, mount state, or file-share policy prevents opening or creating the file.
- Retrieve the extended result code because it can distinguish a directory path, missing temporary directory, full-path failure, and path-conversion failure.
PRAGMA database_list;
SQLite: Result and Error Codes
Looking for a different code? Search another status or error code.
