> I have some trouble working with numeric or decimal data types. When I > query fields of this type I only get > the integer part (units before the point) and this is a problem because > I need to work with percentage. > I read on a Interbase tutorial this datatype are store as Integer, > shorint, etc. and applications that "read" fields > of this datatype will read them as this. What they recommend is to set > the precision to some value over 10, but > this does not work.
> Did someone work with this data type and succeed or find an workarround? Did you use sqldb or the interbase components? Sqldb should work out-of- the-box, the interbase components are buggy with this, and are obsolete. -- Met vriendelijke groeten, Joost van der Sluis CNOC Informatiesystemen en Netwerken http://www.cnoc.nl _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
