Problem with decimal type
Hello,
I have this problem with decimal numbers of a form. When i update the db table the number in the textfield rounds. For example if i enter 2,4 value after updating the record i get 2,0.
I use sproc with decimal fields for update.
(If i enter the value straight to SQL Server table, i get the correct value).
Any suggestions?
Thank you in advance.