Question I have problem with datatable.getchanges

ashisdey

New member
Joined
Aug 25, 2008
Messages
2
Programming Experience
3-5
Hi,
I have two datasets. Suppose DS1 & DS2. In DS1 i have a datatable DT11.
In DS2 i have a datatable DT21. These datatables are linked with same table of database. But differece is that they contains different data. Like :
DT1 has
1
2
3
4
5
DT2 has
1
2
4
5
6
I want to know is there any chages between these two datatables.
I do not want to use loop here, becouse i have large amount of data.

Thanks.
 
Last edited:
i WANT TO KNOW THE DIFFERENCE BETWEEN THIS TWO DATATABLES IN TERMS OF DATA.
Taking the same nonsense English sentence and repeating it in caps isnt going to make it any more understandable.. I bet youre one of those guys who shouts when talking to foreigners because shouting at someone who doesnt speak your language instantly makes them understand better, right?

Now, please ask your question in a way that makes sense: remember, that you know what youre trying to achieve, but I havent got a clue. Writing gibberish that doesnt even make sense from a grammatical point of view is NOT helpful!

If youre still stuck, here is an example:

GOOD: "I have two datatables, A and B. A contains more rows than B does. Some rows in A and B are the same as defined by the primary key. I need help with code to get a list of rows that are only present in A; all the rows that are in both tables are not interesting to me"

BAD: "I need a list of what's more in A then B?"



As you can see in a GOOD example, you have to use Lots Of Words and maybe repeat yourself in two or 3 different ways. Bad examples such as you have written here just dont make sense and rather than waste my time drilling you for info, i'd like you to provide me with that info using your own brain. If there is any additional help I can give you on "how to ask a question effectively in an internet forum" please don't hesitate to ask!
 
Back
Top