|
|
Sergey Kornilov admin 2/20/2013 |
|
My guess is that you are trying to update a SQL Server view that is not updatable. Solution - make sure this view is updatable. |
|
|
G
|
georgeb author 2/20/2013 |
|
My guess is that you are trying to update a SQL Server view that is not updatable. Solution - make sure this view is updatable. Check 'Updatable Views' section at http://msdn.microsoft.com/en-us/library/ms187956.aspx
|
|
|
|
Sergey Kornilov admin 2/20/2013 |
|
I guess you need to show us your database an application in this case. Not sure what else I can do without seeing your app. |
|