Re: Dataset ADO.NET

From: William Ryan eMVP (dotnetguru_at_comcast.nospam.net)
Date: 07/02/04


Date: Fri, 2 Jul 2004 10:03:29 -0400

If the tables have a PK, then you can merge the datasets. Just call the
.Merge method.

-- 
W.G. Ryan, eMVP
Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/community/newsgroups
"Ben" <Ben@discussions.microsoft.com> wrote in message
news:A2E1EB60-85C1-47A8-8E78-124A306CEBFE@microsoft.com...
> HI
>
> i have a table in a dataset which is loaded from a text file. I hava a
lookup table in the sql server which is used for some validations. I am
trying to join the table in my dataset and the table in sql server to update
a column in the table in the dataset.  i hope i have not confused the
situation.
> Any help is much appretiated
> Thanks
> Ben


Relevant Pages