Couldn't make BooleanDomainFields work
Posted: Tue 14 Jul 2009 15:12
Hello,
I am trying to use BooleanDomainFields but I couldn't make it work. I have defined the following domain
create domain D_BOOLEAN int check (value is null or value in (1, 0);
and specified the coBooleanDomainFields option (this project uses Delphi 7) but I keep getting integer fields in the datasets. I have also tried with a domain called "BOOLEAN" but nothing changed. What am I doing wrong?
P.S. I would rather use smallint as a data type. Is it supposed to work?
P.P.S. I have just bought the driver and I stumbled upon two showstoppers in a row. It's not fun.
Thanks
--
Nando
I am trying to use BooleanDomainFields but I couldn't make it work. I have defined the following domain
create domain D_BOOLEAN int check (value is null or value in (1, 0);
and specified the coBooleanDomainFields option (this project uses Delphi 7) but I keep getting integer fields in the datasets. I have also tried with a domain called "BOOLEAN" but nothing changed. What am I doing wrong?
P.S. I would rather use smallint as a data type. Is it supposed to work?
P.P.S. I have just bought the driver and I stumbled upon two showstoppers in a row. It's not fun.
Thanks
--
Nando