Hi Everyone.
I am using a datareader to write a txt file. I am able to write the file but I am getting some odd format.
for example.
columnID
742683.810..ATI
742683.848..ATI
765322..ATI.ATI
770238..ATI.ATI
when the length of row 3 is shorter than the previous (row 2) is appending the suffix .ATI to the end of the string.
The data is okay on the database but it is doing this odd thing for all records that are shorter than previous row above them.
Please help, any reason why it should be doing this.
Thanks in advance.
Start Free Trial