Comments
Sort by recent activity
Ahh there it is. In1 and In2.
Thanks! / comments
Ahh there it is. In1 and In2.
Thanks!
I have been converting my program over to the version 5 of the Data Compare API.
I am having trouble figuring this part out from the documentation. I need to identify records that only exist in table 1 and ones that only exist in table 2. I use this to identify items that have been added and deleted from the first table.
In version 3 I used something like this and then just stepped through the rows of each. The .In1Records was very handy for this but does not seem to be carried over into version 5.
Dim NewRecords As ResultsStore = difference.In1Records
Dim DelRecords As ResultsStore = difference.In2Records
In version 5, how does one identify the records that only exist in one table or the other?
Thanks,
David / comments
I have been converting my program over to the version 5 of the Data Compare API.
I am having trouble figuring this part out from the documentation. I need to identify records that only exist in tab...
Thank you for the replies. That is a fantastic help and thank you for making this software that makes at least a few tasks simple, reliable, and easy. I wish everything worked so well. / comments
Thank you for the replies. That is a fantastic help and thank you for making this software that makes at least a few tasks simple, reliable, and easy. I wish everything worked so well.