DifferencesSummary and ResultsStore disagree
Rodarin
Posts: 3
I ran a comparison on the "same" table in two different databases, one of which has had a single column of a single record modified. The DifferencesSummary.DifferenceCount() method of the TableDifference returns 1, and the In1 member of the DifferencesSummary has a value of 1 (which seems incorrect, as I simply modified a row contained in both).
When I look at the ResultsStore member of the TableDifference, it reports a RowCount of 0, and calling GetReader() or GetReader(Row.RowType.In1) on that ResultsStore gives a RowCount of 0.
If the TableDifference.DifferencesSummary knows there is a difference, why can't I get it?
When I look at the ResultsStore member of the TableDifference, it reports a RowCount of 0, and calling GetReader() or GetReader(Row.RowType.In1) on that ResultsStore gives a RowCount of 0.
If the TableDifference.DifferencesSummary knows there is a difference, why can't I get it?
Comments
Let us know if you have any further trouble though!
Redgate Software