Subject Re: [firebird-support] Rounding on getting data
Author Martijn Tonies
Hello,

> I was afraid that.... so it have to be a Double Precision to
> driver return as a Float, right?

No, not at all!! If you're using a NUMERIC, the driver
shouldn't return it as a floating point, but as a fixed point
number -> TFMTBCDField.

Please, try our driver and see if that helps.

With regards,

Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com


> --
> Luciano Rodrigues Machado
> Programador - Ribeirão Preto-SP
>
> Martijn Tonies wrote:
> >
> > However, the field type getting returned is driver specific -
> > I'm pretty sure that our driver returns this as a TFMTBDCField.