Skip to main content

I have decimal type field in the smartobject. When i try to save more than 27 characters its showing an error Saying "Arithmetic overflow error converting nvarchar to data type numeric. The statement has been terminated"


14514i7619A3925BDA9AA2.jpg

Hi there


 


An arithmatic overflow error means that you are exceeding the specified allowed in the column. If this is based off of one of your own SQL tables, then you will have to go in and change the allowed size for the column in question in SQL. If the SmartObject was created as a SmartBox, however, then it will not be possible to change the decimal places allowed.


 


Ian


I have changed the decimal places to 7 but smartbox field total length allowed i am not able to do it.


Reply