Hello, I'm relying quite a lot on using the ST_Functions in a lot of my web applications. so far, I could simplify things meaning that all the feature classes weren't versioned. Everything works quite nicely, it's much faster bypassing the arcobjects / webadf when altering the data.
It's been some time I've worked with versioned object classes in sde.... and from what I remember, in case I needed to access the versioned data via SQL, I had to create multiversioned views...there were some limitation in editing scenarios...(well, can't point it out now as it's been quite some time ago, 2y)
My question is : is this (creating mv views) the only way of accessing and editing the data using the SQL (+ST) functions?
Are there any documents describing working with the SDE via SQL ? Does any one of you have a relevant experience of performance and complexity of implementing this in real life situations?
Thank you for all your help