hi.
I want to Insert values like 12.30,1.20,3.35,0.00 in to the sql server table. I have used float datatype in my procedure. but it is inserting values like 12.3, 1.2, 3.35,0 Respectively.
What datatype can I use for such columns..
From asp i am sending the values 12.3,1.2,3.35,0.0 which are double datatype values.
pls help me
Go to the complete details ...