mikakoistinen
8 years agoContributor
The number of rows in the stored database table differs ....
Hi, In my new test I receive random "The number of rows in the stored database table differs from the number of rows in the compared database object." error in my database checkpoint. I would like ...
- 8 years ago
I have been wordering this couple of hours now. But just after posting question I found solution
for i:= 0 to DBTables.myDbstore.RowCount-1 do log.Message(dbtables.myDbstore.Values[i,0] +' '+dbtables.myDbstore.Values[i,1])