Hi All,
We hava a coloumn with float values and we are writing it in a text file. the data type in ssis is DT_R8.
and DataScale is 2.
that means if we are sending a value like 34.40 it should write the same value in destination file.
but what it does is 34.399999999999 9999 i am confused why is i doing that?
can some one please tell me a solution to it.
We hava a coloumn with float values and we are writing it in a text file. the data type in ssis is DT_R8.
and DataScale is 2.
that means if we are sending a value like 34.40 it should write the same value in destination file.
but what it does is 34.399999999999 9999 i am confused why is i doing that?
can some one please tell me a solution to it.
Comment