tanyasharma
Programmer
Hi
I have one numeric field in sql server table in which some row's values are like 123.23233443....E
My problem is that I want this field into a specific format to show into a textfile. required format is
########.#### Please suggest me how to get this format without any rounding.
No rounding should take place I just want data upto 4 decimal places.
please response as soon as possible
Thanks
I have one numeric field in sql server table in which some row's values are like 123.23233443....E
My problem is that I want this field into a specific format to show into a textfile. required format is
########.#### Please suggest me how to get this format without any rounding.
No rounding should take place I just want data upto 4 decimal places.
please response as soon as possible
Thanks