Click here to Skip to main content
16,016,795 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The column "Detail.Price" cannot be modified because it is either a computed column or is the result of a UNION operator?
Posted
Updated 20-Jun-13 22:50pm
v4

 
Share this answer
 
The error is pretty explicit:
"The column "InvoiceDetail.RefPrice" cannot be modified because it is either a computed column or is the result of a UNION operator"

So look at dstodt, and where you set the RefPrice column, because the problem is there! The error message is supposed to give you a clue...
 
Share this answer
 
Comments
Binoj MSI 21-Jun-13 4:52am    
OriginalGriff754K I have commented that column but still the error persists
OriginalGriff754K I have commented that column but still the error persists
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900