Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The long story is in this KB article.
https://support.microsoft.com/kb/308909
The short story is to use the DataTable's ImportRow method as mentioned in the article.
destinationDataTable.ImportRow(sourceDataTable.Rows[i]);