Trying to add a record by setting all the rows in each table to
For Each row As DataRow In Me.TTSDataSet.SiteInfo.Rows row.SetAdded()then i use a tableadapter to update the record, but then i have already encountered a duplication issue.
So i would like to check the destination database to determine if the record exist either by name or some attribute to avoid conflict. Can some show me a possibility.
Then i can trigger the row.SetModified()
Thanks