我正在開發一個產品組合產品的集成部分,我在SQL Server 2008中預裝了數據庫。我無法直接插入或更新數據庫,我可以通過在本產品開發人員提供的API。獲取錯誤:INSERT語句與FOREIGN KEY約束衝突
每當我將通過API的特定交易類型,我收到錯誤消息 -
The database 'usp_Financial_KernelComponents_Index_Insert_Batch_5' command failed. The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Fixings_id_Index_fixingsId". The conflict occurred in database "Portfolio_new", table "dbo.Financial_Shared_Fixings", column 'id'.
我怎麼能解決這個錯誤,或者這可能是此錯誤的可能原因。請建議
@JW相同的信息。這可能是另一種方式:他在表中插入一個ID爲* not *的行。 – dasblinkenlight
@dasblinkenlight你是對的! ':D'我想我現在需要睡覺。哈哈順便說一下聖誕快樂。 –
插入值時外鍵約束失敗和錯誤消息可能重複(http:// stackoverflow。com/questions/33213347/foreign-key-constraint-failure-and-error-mesage-when-inserting-values) –