I have 2 DataTables
DT1----yesterday Data which will be placed into a shared path.
DT2----Live Data From DataBase.
Everyday, I need to compare DT1 with DT2, I have a primary Key coluum in both.
if any changes in any cell with in DT1 with DT2, I need to replace the updated value as per DT2.
Even I need to get the updated rows info and need to send an email.
I guess it is possible through invoke VB.Net code, I tried my self did not get the proper result.
Looking for the better sollution, Please send if u alredy built or similar logics in your projects.