PC Review


Reply
Thread Tools Rate Thread

Dataset merge with subset of another dataset table

 
 
moondaddy
Guest
Posts: n/a
 
      14th Sep 2004
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!

--
(E-Mail Removed)


 
Reply With Quote
 
 
 
 
Mohamoss
Guest
Posts: n/a
 
      14th Sep 2004
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Merge dataset into identical table? Chris Ashley Microsoft C# .NET 1 6th Dec 2005 10:28 PM
How to merge a subset of rows from one dataset to another moondaddy Microsoft ADO .NET 1 8th Apr 2005 09:05 AM
Re: Getting a subset from a Dataset in a new Dataset W.G. Ryan eMVP Microsoft ADO .NET 2 15th Sep 2004 08:35 AM
how to use merge with a typed dataset and untyped dataset vipin kumar Microsoft ADO .NET 0 1st Oct 2003 03:21 PM
Re: DataSet.Merge: DataSet.HasChanges returns true Markus Wildgruber Microsoft ADO .NET 6 4th Sep 2003 02:50 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:56 AM.