Sometimes when I try to right click on a table in the DB explorer and choose “Edit Data” to view the table’s contents, I get a message that will say “Error: Cannot edit: the result set is not updatable”.
This will happen to me on very simple tables – like a table with one integer column.
I can see getting this error if I were to attempt to edit data from a read-only view or something, but that definitely is not the case here.
What causes this error and is there anything that I can do to make it stop happening?
Thanks,
Wes