Hello I have Column Volume in my Transaction table in my database and I set it to numeric data type..
My problem is everytime I will insert a transaction and the volume is for example 2.3345 what will be saved on the database is only "2" it removes all the decimal points..
How can I solve this? Thanks!
...
Go to the complete details ...