Hello,
I have an attribute view that is accessible via OData. What I want to do now is OData inserts / posts.
Because an attribute view is just a view that doesn't hold physically the data itself, I guess I will have to define another OData service for the inserts.
Do I make the inserts right on the real table? That seems to be bad practice.
I have read before about .hddtable files (not sure if thats the correct name), would that be the right choice?
And is there any nice and fast to learn tutorial about how to create the files for those Insert / post operations?
Thank you again for your time and help,
yours truly,
Leon