Subject | Re: [firebird-support] Rounding on getting data |
---|---|
Author | Martijn Tonies |
Post date | 2004-10-22T12:32:46Z |
Hello,
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
> I was afraid that.... so it have to be a Double Precision toNo, not at all!! If you're using a NUMERIC, the driver
> driver return as a Float, right?
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.