Subject Re: [ib-support] Fw: What's New In InterBase 7
Author Lucas Franzen
> <quote>
> Boolean Data Type
>
> InterBase 7 supports a SQL 99 compliant Boolean data type. The Boolean type is
> implemented as a 16 bit integer and can have one of three values; Try, False or
> Unknown. Unknown indicates that the Boolean field is null.
> </quote>
>
> _Try_, False or Unknown ??? (sorry, just couldn't resist :O)

I think in reality it is:

try
finally
unknown
....

;-)

Luc

- who couldn't resist either ...