PC Review


Reply
Thread Tools Rate Thread

Handling data update errors with multiple tables

 
 
John
Guest
Posts: n/a
 
      27th Apr 2008
Hi

Its easy to trap errors such as concurrency error when a single table is
involved with code similar to this;

Try
Me.MytblAdpater.Update(DS.Mytbl)

Catch dbcx As Data.DBConcurrencyException

HandleConcurrencyException(dbcx.Row)
End Try

How does one handle concurrency exception with an AdpaterManager where
multiple tables are involved in statement like;

Me.TblAdapterManager.UpdateAll(DS)

In particular how does one know which table or tables and row/rows are in
error?

Thanks

Regards


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding multiple handling errors abc987 Microsoft Excel Programming 0 27th Apr 2011 02:44 PM
Handling data update errors with multiple tables John Microsoft VB .NET 0 27th Apr 2008 11:39 PM
Need advice : consolidating data from multiple CSV files in Excel - External data handling Matthieu Gaillet Microsoft Excel Programming 0 1st Dec 2005 10:02 AM
Error Handling vlookup against multiple tables RShow Microsoft Excel Programming 0 5th Oct 2005 03:23 PM
Handling data errors from DoCmd.TransferSpreadsheet & odd behaviour robbinma Microsoft Access 0 29th Aug 2003 11:02 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:42 PM.