Click here to Skip to main content
15,920,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two datatables filled from an earlier process.

Both data tables are of the same structure and are a effectively a list of transactions.

DataTable1
DataTable2

I want to check what transactions exist in DataTable1 that do not exist in DataTable2 and return the results in a new DataTable based on column "TransactionRef"

I then want to check what transactions exist in DataTable2 that do not exist in DataTable1 and return the results in a new DataTable.

Is anyone able to help?

Thanks

BM
Posted
Updated 6-Nov-12 2:35am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900