Erro 256, foreign key constraint fails |
7/14/2011 16:58:10 | |
| PHPRunner General questions | ||
|
A
Anderson author
Hi I would like request your help, I developed a project in PHPRunner 5.3 with MySql, I did the bank related, when I delete any record that is already related to other appears this error: "Cannot delete or update a parent row: a foreign key constraint fails ( |
||
|
|
Sergey Kornilov admin 7/15/2011 |
|
It looks like you trying to insert a value into a field that doesn't allow that i.e. into autoincrement field. |
|