Cannot insert duplicate key row in object
No edit summary
(Updated Edited template to July 12, 2025.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
This error from SQL Server is commonly shown when you try to assign a singlelink with a new link.  
This error from SQL Server is commonly shown when you try to assign a singlelink with a new link.  


The workaround is to save the link after assigning it a ''nullvalue'' before assigning it to the new link.  
The workaround is to save the link after assigning it a <u>null value</u> before assigning it to the new link.  
 
* This problem mainly exists when using the SQL server.
This problem mainly exists when using the SQL server.
[[Category:Error messages]]
[[Category:Error messages]]
{{Edited|July|12|2025}}

Latest revision as of 05:46, 20 January 2025

This page was created by Henrik on 2022-09-01. Last edited by Edgar on 2025-01-20.

This error from SQL Server is commonly shown when you try to assign a singlelink with a new link.

The workaround is to save the link after assigning it a null value before assigning it to the new link.

  • This problem mainly exists when using the SQL server.