| Previous | Next |
| SQLITE_E_IOERR_WRITE | SQLITE_E_CONSTRAINT_FOREIGNKEY |
SQLITE_E_CANTOPEN_FULLPATH
SQLITE_E_CANTOPEN_FULLPATH is the extended SQLite cannot-open result for full-path resolution. The VFS could not produce or use a valid absolute pathname for the requested database.
What to check
- Log the supplied and resolved paths, including working directory, service startup directory, and environment expansion.
- Check path length, inaccessible parent directories, UNC or mount availability, and path normalization rules of the active VFS.
- Prefer an explicit application-data path rather than a relative path for service or scheduled-task deployments.
PRAGMA database_list;
SQLite: Result and Error Codes
Looking for a different code? Search another status or error code.