Page 1 of 1

dflot to sflot

Posted: Wed Mar 18, 2009 2:47 pm
by devanars
Can any one advise how to resolve this warning

Implicit conversion from source type "dfloat" to result type "sfloat": Possible range/precision limitation.

Posted: Wed Mar 18, 2009 3:17 pm
by ray.wurlod
It's an alert. It tells you that there is a possibility that a number arriving as a dfloat may not fit into an sfloat.

If you are 100%, totally, absolutely certain that your numbers will never be larger than sfloat's maximum size, then you can either change the upstream data type to sfloat or implement a message handler to demote the message to informational.