G
Guest
I need to compare the values of two datasets and retrieve the differences
into a third dataset.
I need to retrieve Employees names and numbers from Excel sheet into ds1
and retrieve Employees names and numbers from SQL Employees Table into ds2.
I did this part successfully.
Now i want to compare the values of both datasets so I can figure out new
added employees in the Excel sheet and add them into ds3. How can I do that?
I know i need to loop through one and look for each record in the other but
I can't get the idea ... can anyone give me a sample of how to do this?
into a third dataset.
I need to retrieve Employees names and numbers from Excel sheet into ds1
and retrieve Employees names and numbers from SQL Employees Table into ds2.
I did this part successfully.
Now i want to compare the values of both datasets so I can figure out new
added employees in the Excel sheet and add them into ds3. How can I do that?
I know i need to loop through one and look for each record in the other but
I can't get the idea ... can anyone give me a sample of how to do this?