Query regarding data comparison
Hi,
I'm working on a C# Winforms application.
I have 2 different sources of almost identical data.One is excel sheet and the other is database tables.
I need to compare these sources data and show them in a datagrid on button click event of the application.
And,if there are any differences in the 2 sets of data, then I need to highlight the corresponding rows and columns in the datagrids.
Could I know the best possible algorithm for doing this..?
Thanks in advance...!
Regards,
livehed
|