Subject | Re: [IBO] GSG080. Booleans |
---|---|
Author | Ulrich_Groffy |
Post date | 2002-10-14T13:39:58Z |
You define with a domain at the server which values your boolean datatype
should have. 'YES/NO' or 'TRUE/FALSE' or '0,1' it doesn't matter.
Then you have to 'tell' IBO which datafield of your table is boolean and
with which value means booelan 'true' and which value means boolean 'false'.
I use the property TIB_Query.ColumnAttributes to define this.
You also can use the TIB_Query component editor to do it at design time
Ulrich
"Raymond Kennington" <progsol@...> schrieb im Newsbeitrag
news:3DAAC365.1AF76305@......
should have. 'YES/NO' or 'TRUE/FALSE' or '0,1' it doesn't matter.
Then you have to 'tell' IBO which datafield of your table is boolean and
with which value means booelan 'true' and which value means boolean 'false'.
I use the property TIB_Query.ColumnAttributes to define this.
You also can use the TIB_Query component editor to do it at design time
Ulrich
"Raymond Kennington" <progsol@...> schrieb im Newsbeitrag
news:3DAAC365.1AF76305@......
> Does Firebird have a Logical datatype now?___________________________________________________________________________
>
> If so, how does IBObjects make use of it and does the section
>
> "Implementing a Boolean - TIB_CheckBox"
>
> need to be rewritten?
> --
> Raymond Kennington
> Programming Solutions
> W2W Team B
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>