John,
Mostly are errors in multiple tables (I assume a dataset) related from each
other, moreover, you have to update them in a special order. Search Google
for this.
http://msdn.microsoft.com/en-us/libr....rowstate.aspx
As you use autoidentefiers which are not Guid, then don't forget to check
the dataset if it hasErrors.
http://msdn.microsoft.com/en-us/libr...haserrors.aspx
Cor
"John" <(E-Mail Removed)> schreef in bericht
news:%23%(E-Mail Removed)...
> Hi
>
> How can I handle errors in the UpdateAll method for adapter manager
> considering that it has multiple tables. Its probably easy by using
> try/catch if only one table has errors but what if more than one table
> have errors at update?
>
> Thanks
>
> Regards
>