Cannot modify column '%1' in table '%2'
Item |
Value |
---|---|
SQLCode |
-191 |
Constant |
SQLE_CANNOT_MODIFY |
SQLState |
42W32 |
ODBC State |
42000 |
Parameter 1 |
name of the column that cannot be changed |
Parameter 2 |
name of the table containing the column |
You do not have permission to modify the column, or the table is actually a view and the column in the view is defined as an expression (such as column1+column2) that cannot be modified.