7
Answers

Facing this error : "The INSERT statement conflicted with the FOREIGN KEY constraint "FK_tb_stadmdet...

Chakshu Jindal

Chakshu Jindal

12y
7.3k
1
Error : 

"The INSERT statement conflicted with the FOREIGN KEY constraint "FK_tb_stadmdet_tb_usr". The conflict occurred in database "admission", table "dbo.tb_usr", column 'usrcod'. The statement has been terminated."

Now if I will remove foreign key relationship, I am not getting the values from other tables to my table(because of which i have made foreign key relation).

Now what can be done to overcome this error, and I can get values from other tables to a table.

Thanks


Answers (7)
0
Manish Dwivedi

Manish Dwivedi

NA 8.3k 1.2m 16y
Hi Jignesh,
use this for doing that.
string str = "welcome";
string newString = str.Substring(1, str.Length - 1) + str.Substring(0, 1);