Hi All
I have two data tables. Each data table contains two columns Name and Value. I have to compare the two data tables and check if there are any matching and non-matching rows.
Can any one please help me out on this ?
Hi All
I have two data tables. Each data table contains two columns Name and Value. I have to compare the two data tables and check if there are any matching and non-matching rows.
Can any one please help me out on this ?
1 dt , 2 dt
1dt for each row
2dt for each row
if(Rows_1dt.item("name") = Rows_2dt.item("name")
assin
break;
A matching value was found.
See its a simple question… Its about comparing data. And data in each row is Name Value pair. I have not mentioned in my question that i want to compare just the no of rows.
How Join Data Table can compare the data tables ? Can you explain please ?
It will join. It wont compare and give you the comparison result.
It will get the matched rows between two tables