Tuesday, May 27, 2014

.ColumnName and .ColumnName have conflicting properties: DataType property mismatch while megrge datasets

by using the following code block, we can avoid the error

VB.Net Code

ds1.Tables(0).Merge(ds2.Tables(0), True, MissingSchemaAction.Ignore)

No comments:

Post a Comment