I have a float type column in my database table . When i parse the 10 digit value as float from front end and store in the table. It gets stored in E raise to power form
Whereas if i manually enter a 10 digit value in SQL database nothing like that happens
What should i do?
The data is also getting rounded off for example i an entering 5666666666
and this is what happens