Subject RE: [firebird-support] How to cast a float?
Author Lee Jenkins
> > Lee
> this will work were the float naturally finishes at 10 places for
> the float
> but you will get the error again when the sig places of the float
> extends to
> more than 10 places.. (earlier in fact)
> You'd best cast it as a numeric 8,3 first or use a UDF to return
> a two place
> decimal as a string.
> Alan

Thanks Alan. Serves me right for trying to answer someone's question when
I'm a still a FB noob myself :)


Thanks again,

Lee