I am getting errors in sometine, when I do some question to Commerce DB.
Ex: The INSERT statement conflict with the FOREIGN KEY constraint "FK_LineItemEx_LineItem". The conflict accurred in fatabase "commerceDB", table "dbo.LineItem", column "LineItemId".
But it works, like 50% of the time.
And this is not the only error, I got more, but all have to do with FOREIGN KEY problem.
Hi
I am getting errors in sometine, when I do some question to Commerce DB.
Ex: The INSERT statement conflict with the FOREIGN KEY constraint "FK_LineItemEx_LineItem". The conflict accurred in fatabase "commerceDB", table "dbo.LineItem", column "LineItemId".
But it works, like 50% of the time.
And this is not the only error, I got more, but all have to do with FOREIGN KEY problem.
Any ideas?