Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I'm getting a "SCALING OF DECIMAL VALUE RESULTED IN DATA TRUNCATION"
error when I enter a value in Aceess database. Any suggestions.
Posted
Updated 29-Aug-13 23:33pm
v2
Comments
Kenneth Haugland 30-Aug-13 5:33am    
Please dont use caps lock on when typing the header.
ErBhati 30-Aug-13 6:31am    
ok

Yes, sure!

Here : [^]
 
Share this answer
 
I think that is concern to a visible decimal point, or is the dp implied in the SQL format.

try to mainpulate it to a number

I would use currency to avoid any real number rounding issues.

ccurr([data field])
or
ccurr([data field]) /100

That is ok.
 
Share this answer
 
Comments
ErBhati 30-Aug-13 6:34am    
i m not getting

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900