The insert or update operation violated the foreign key constraint
{0}. SQLcode: {1}, SQLstate: {2}
Explanation
The value of the foreign key, which was passed to
the abortive insert or update operation, did not match any parent
key of the parent table. This happened because another process updated
or deleted the referenced data record of the parent table before.
User response
Correct the value and try again.