当前位置:   article > 正文

‘The INSERT statement conflicted with the FOREIGN KEY constraint “FK_TourismReservation_Users“. The

the insert statement conflicted with the foreign key constraint "fk_cemploye

问题描述

在写数据库插入操作的时候遇到这个报错问题

'The INSERT statement conflicted with the FOREIGN KEY constraint "FK_TourismReservation_Users".
 The conflict occurred in database "JHTravelAgency", table "dbo.Users", column 'UserId'. 
 The statement has been terminated.'
  • 1
  • 2
  • 3

解决

其实就是Users表中的UserId是当前要插入数据表的外键,但此时插入的数据该UserId字段的数据为null导致的报错。检查一下是否为空值就行。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/86560
推荐阅读
相关标签
  

闽ICP备14008679号