C
Calvin Lai
Hi all,
I have been searching around in MSDN for awhile and found no answer for this
question.
Say I have two data sources (Table) where they have the same schema but
perhaps w/ different data contained.
Can I actually Merge (I tried the one in Dataset and no idea how it can be
used in this context) the two data and dump it into one of the table (or
data source). The data might need to be updated or inserted depending on if
that record is exist in the table already.
If anyone has any idea, please do help me. Thanks a lot.
Calvin
I have been searching around in MSDN for awhile and found no answer for this
question.
Say I have two data sources (Table) where they have the same schema but
perhaps w/ different data contained.
Can I actually Merge (I tried the one in Dataset and no idea how it can be
used in this context) the two data and dump it into one of the table (or
data source). The data might need to be updated or inserted depending on if
that record is exist in the table already.
If anyone has any idea, please do help me. Thanks a lot.
Calvin