Hi, I have a simple web app , and want to save some numbers of Float or Double format in SQL server.
but there is a problem , when I try to save 123.66 , In Table I see 123.6600003662109 stored.
How nd why my float number changed when save on DB? how can I fix this error?
Thanks