| Author |
MySQLIntegrityConstraintException -Cannot add or update a child row: a foreign key constraint fails
|
Sabarish Venkat
Ranch Hand
Joined: Jan 18, 2012
Posts: 133
|
|
Hi,
Am trying to get some order information from xml file and trying to store it in database(mysql) table. I can retrieve the order information from xml file but when am trying to insert into the table it shows error as MySQLIntegrityConstraintException.
My Grails program shown as below,
When i run the program i get an error as,
Can anyone help me to come out from this problem. Thanks in advance
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
Your order_item table requires an order_item_hdr value which is a FK to order's ID.
|
 |
Sabarish Venkat
Ranch Hand
Joined: Jan 18, 2012
Posts: 133
|
|
|
Thanks gregg i had looked it and got solved.
|
 |
 |
|
|
subject: MySQLIntegrityConstraintException -Cannot add or update a child row: a foreign key constraint fails
|
|
|