PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Dataset merge with subset of another dataset table

Reply

Dataset merge with subset of another dataset table

 
Thread Tools Rate Thread
Old 14-09-2004, 04:35 PM   #1
moondaddy
Guest
 
Posts: n/a
Default Dataset merge with subset of another dataset table


I'm using the dataset merge method to merge a table from one dataset to
another. Now I would like to merge just part of the table and not all of
its rows. Is this possible? Could I create a view on that table and then
merge the view to the other dataset?

Thanks in advance!

--
moondaddy@nospam.com


  Reply With Quote
Old 14-09-2004, 06:05 PM   #2
Mohamoss
Guest
 
Posts: n/a
Default RE: Dataset merge with subset of another dataset table

Hi
why don't you just create a new temp table that is the result of a select
( with your required criteria ) on the original table , they you can do the
merge on that temp table.
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off