Subject | Re: [IBO] Paradox To Interbase Boolean Survey |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-10-29T09:25:37Z |
>Also, what is the best way to referece these boolean fields. If ISpecify that it is a Boolean in your ColumnAttributes, i.e.
>were to create a domain (0,1) do I still use 'asinteger' in my code ?
<field>=BOOLEAN; and then reference it using AsBoolean. I think the default
values (i.e. if you don't specify anything yourself) are 0 representing
false, and 1 representing true.
Set