Subject RE: [IB-Architect] IB 6.1 Whish: boolean field
Author murasr1.eti@mail.cez.cz
"Not Your God" <ungod@...> on 03.08.2000 13:52:31

Odpov�zte pros�m - IB-Architect@egroups.com

Komu: IB-Architect@egroups.com
Kopie: (Na v�dom�: Muras Radomir/3420/ETI/CEZ)
P�edm�t: RE: [IB-Architect] IB 6.1 Whish: boolean field



----------


even tho it'll end up as a charachter storage most likely, it's got my
vote....

-----Original Message-----
From: ib-architect-admin@... [mailto:ib-architect-admin@...]On
Behalf Of John Huntjens
Sent: Thursday, 3 August 2000 6:53 PM
To: ib-architect@...
Subject: [IB-Architect] IB 6.1 Whish: boolean field


I wonder how the community feels abou implementing a boolean field type into
interbase ?

At this moment I use a domain, but i would like a real boolean type better.


John

Yes, very good question,

I'm for boolean variable, but only when this will be
applicable as boolean expression into SQL commands :

Select .... TabX Where IsOrder /* When IsOrder is Boolean column in TabX */

and

Insert InTo TabX(..., IsOrder, ...) Values(..., T[rue]|F[alse], ...)

and

Select Cast(IsOrder as Integer|SmallInt...) * Qty
IsOrderBin From TabX /* Cast returned value 0 or 1 */

and

Select Cast(IsOrder as Char(1))...


Muras R.



_______________________________________________
Ib-architect mailing list
Ib-architect@...
http://mers.com/mailman/listinfo/ib-architect



To unsubscribe from this group, send an email to:
IB-Architect-unsubscribe@onelist.com







To unsubscribe from this group, send an email to:
IB-Architect-unsubscribe@onelist.com









[Non-text portions of this message have been removed]