SQL/Veritabanı HatalarıHata
2D0002D000 — Invalid Transaction Termination
A transaction termination command was invalid in the current context.
postgresql
Ayrıntıları görüntüle MySQL 1451A foreign key prevents modification of a referenced parent row.
The row is referenced by child rows. Deleting or updating the PK would violate referential integrity.
Delete/update child rows first. Add ON DELETE CASCADE or ON UPDATE CASCADE. Use SET FOREIGN_KEY_CHECKS=0 if safe.
2D000A transaction termination command was invalid in the current context.
22008A datetime value is outside the valid range for the field.
MySQL 1142The user lacks the required table-level privilege.
54000A database implementation limit was exceeded.
SQLITE_PERM (3)The requested access mode for the database file is not allowed.
SQLITE_EMPTY (16)The database file exists but contains no tables.