DOA + Midas + Instead Of Triggers

Hello,
we own a license for DOA 3.4.6 and our project now is using a lot of "instead of" triggers for updatable views.
Our framework is midas based, and the only way we found to work with DOA was setting the 'resolvetodataset' property (datasetprovider) true, with rowid in the sql and setting the uniquefields property (doa) with the base key for the view.

q1)This is the only way to work with midas and instead of triggers?
q2)What i'll be different from this if we upgrade doa? (i want to measure cost/benefice)
 
You can also set ResolveToDataSet to False. If you provide the key fields (either through the UniqueFields property or through the pfInKey provider flag for the field(s)), it should work okay.

In version 4.0 this is not different.
 
Back
Top