Subject | Re: [ib-support] Data types |
---|---|
Author | Thomas Miller |
Post date | 2002-10-03T15:39:15Z |
biginteger = int64
numeric and decimal are the same thing and should be mapped to float.
Please not that numeric and decimal are not a type, but a mask for the
number.
XXXXXXX.XXX => NUMERIC(10,3)
Jonathan M. Freedman wrote:
Thomas Miller
Delphi Client/Server Certified Developer
BSS Accounting & Distribution Software
BSS Enterprise Accounting FrameWork
http://www.bss-software.com
numeric and decimal are the same thing and should be mapped to float.
Please not that numeric and decimal are not a type, but a mask for the
number.
XXXXXXX.XXX => NUMERIC(10,3)
Jonathan M. Freedman wrote:
>I have noted several new data types...i am trying to pass all the different--
>number types to a UDF I am developing that rounds the variables to a user
>defined level. I understand these matches:
>
>Firebird C
>______________ _____________
>double precision ------> double
>smallint -------------> short int
>integer ------------------> long int
>float----------------------> float
>biginteger---------------> ?
>numeric------------------> ?
>decimal-------------------> ?
>
>could u please fill in the ?s...TIA
>
>
>
>
>To unsubscribe from this group, send an email to:
>ib-support-unsubscribe@egroups.com
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>
Thomas Miller
Delphi Client/Server Certified Developer
BSS Accounting & Distribution Software
BSS Enterprise Accounting FrameWork
http://www.bss-software.com