Subject | IsCurrency does not Apply to my DOMAIN Definition |
---|---|
Author | Dieter Tremel |
Post date | 2001-08-22T14:37:28Z |
Hello,
I have a Dialect 1 database with the following Domain Definition for
Currency:
CREATE DOMAIN CURRENCY_D AS DOUBLE PRECISION;
In IBO 4.2.Eb it is not possible to have this and
TIB_Column.IsCurrency=True, because this is only for Numeric
Datatypes and scale<>0 as I read from Code.
Is this right? Any Workaround for me?
Thanks
Dieter Tremel
I have a Dialect 1 database with the following Domain Definition for
Currency:
CREATE DOMAIN CURRENCY_D AS DOUBLE PRECISION;
In IBO 4.2.Eb it is not possible to have this and
TIB_Column.IsCurrency=True, because this is only for Numeric
Datatypes and scale<>0 as I read from Code.
Is this right? Any Workaround for me?
Thanks
Dieter Tremel