Subject IsCurrency does not Apply to my DOMAIN Definition
Author Dieter Tremel
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