SQL/databázové chybyChyba
SQLITE_NOLFS (22)SQLITE_NOLFS (22) — Large File Support Not Available
The platform does not support large files required by the database.
sqlite
Zobrazit podrobnosti 28P01The password provided for authentication is incorrect.
The password does not match the stored credentials. It may have been changed or contain special characters that need escaping.
Reset the password with ALTER USER. Verify the password in the connection string. Check for special characters needing escaping.
SQLITE_NOLFS (22)The platform does not support large files required by the database.
MySQL 1065An empty query was sent to the MySQL server.
SQLITE_CANTOPEN (14)SQLite cannot open the database file.
57014The query was canceled by the user or a timeout.
MySQL 1048An INSERT or UPDATE tried to set a NOT NULL column to NULL.
SQLITE_NOTFOUND (12)An internal routine returned not found. Not commonly seen in application code.