When attempting to perform an sql update on a versioned view (default) with archiving enabled I get the following error.
You may not update this view on an archiving table in the DEFAULT version.
I am able to perform inserts and deletes without issue. Additionaly I can perform insert, deletes and updates without issue on a versioned view (default) of a feature class with archiving enabled.
When enabling versioning and archiving I did the same thing on both the tables and feature classes.
I am using 10.1. Am I misunderstanding the this functionality? If so why is it allowing me to do the updates on a feature class and not a table?
You may not update this view on an archiving table in the DEFAULT version.
I am able to perform inserts and deletes without issue. Additionaly I can perform insert, deletes and updates without issue on a versioned view (default) of a feature class with archiving enabled.
When enabling versioning and archiving I did the same thing on both the tables and feature classes.
I am using 10.1. Am I misunderstanding the this functionality? If so why is it allowing me to do the updates on a feature class and not a table?