Hi all:
I'm getting this error when trying to insert values in a row with BC:
oracle.jbo.AttrSetValException: JBO-27010: Attribute set with value 231,7 for Pc99 in Qwebvalues has invalid precision/scale
The data type of the SQLServer column table is Float, and in the Attributes it says is float(15, 0).
If i change this to float(15, 5) the problems seems to be fix, but i have lot's of fields to change this way...
I did see this post (
172682 but the problem seems not to be the same, as they say that float(15, 0) will be the correct definition. Also it's a post from some time ago and with older versions.
I'm using now jDeveloper v10.1.3.0.4, but the problem also happens with 9.0.5.1
What's the problem here?
Thanks.