Update specific columns
Posted: Mon 07 Mar 2016 17:53
I have a dataset that returns regular and computed columns from SQL Server. When I edit this data in a grid, I get an error returned that it can't update a computed column. However, that is not the column I am trying to update in the grid. I am updating a regular column. Is there a way to exclude the computed columns from the update? I have tried to create my own Update Statement but receive the same error.