ok,

I'm using the updatebatch method, but as long as I have left outer joins (and full joins for that matter) in my querystring, the following error is generated :

[Insufficient key column information for updating or refreshing.]

In het Ado help there is mention of making use of the dynamic properties "Unique Table" and "Update Resync" to enable the updatebatch disregarding the joins in my query.

However, i'm having trouble implementing these dynamic properties and I don't seem to get rid of the error message.

Can anybody help me with this ?

thx