Hi there,
It is for 10.3 Desktop version and Informix database with versioning.
The task is to validate some feature attribute which was updated by user. I should do it before SaveEdits (StopEditing(true/false)) with SQL in Informix data base.
I need to clarify if the actual update is commited to database after StopEditOperation() was called from C# code.
If yes, what table (feature class) is updated?
I use multiversion view and cannot see it.
What is the table with postfix "_mv"?
Any help would be appreciated.