Re: Dataset ADO.NET
From: William Ryan eMVP (dotnetguru_at_comcast.nospam.net)
Date: 07/02/04
- Next message: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: HERE WE GO AGAIN, Visual Web Developer 2005 Express SCREWS UP YOUR CODE on PURPOSE...STOP TOUCHING MY CODE, MICROSOFT!!!!"
- Previous message: billyb: "Re: Need some advice on ADO .NET"
- In reply to: Ben: "Dataset ADO.NET"
- Next in thread: Ben: "Re: Dataset ADO.NET"
- Reply: Ben: "Re: Dataset ADO.NET"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: HERE WE GO AGAIN, Visual Web Developer 2005 Express SCREWS UP YOUR CODE on PURPOSE...STOP TOUCHING MY CODE, MICROSOFT!!!!"
- Previous message: billyb: "Re: Need some advice on ADO .NET"
- In reply to: Ben: "Dataset ADO.NET"
- Next in thread: Ben: "Re: Dataset ADO.NET"
- Reply: Ben: "Re: Dataset ADO.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|