PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
adapter manager error handling
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
adapter manager error handling
![]() |
adapter manager error handling |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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/lib...w.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/lib....haserrors.aspx Cor "John" <info@nospam.infovis.co.uk> schreef in bericht news:%23%234Us9grIHA.4884@TK2MSFTNGP06.phx.gbl... > 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 > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

