Problem of Boolean FIeld for Interbase Using IBO
As you know , Interbase does not have any native boolean field type , but
using IBO can create this field column.
In Using Autosearch feature , i can't create specific search value for
boolean field because RB use 'TRUE' or 'FALSE' for field criteria in
daSql.pas - ResolveCriteria and cause the generate Sql to ' Post = TRUE'.
This is a false statement for interbase , since TRUE/FALSE is not a valid
token , and i have a suggestion , is there chance you can use global
variable for 'TRUE' and 'FALSE' value in somewhere , and can let programmer
specific the value what they want.
Or have any better idea.
Thanks in advance .
Kamen Lai
using IBO can create this field column.
In Using Autosearch feature , i can't create specific search value for
boolean field because RB use 'TRUE' or 'FALSE' for field criteria in
daSql.pas - ResolveCriteria and cause the generate Sql to ' Post = TRUE'.
This is a false statement for interbase , since TRUE/FALSE is not a valid
token , and i have a suggestion , is there chance you can use global
variable for 'TRUE' and 'FALSE' value in somewhere , and can let programmer
specific the value what they want.
Or have any better idea.
Thanks in advance .
Kamen Lai
This discussion has been closed.
Comments
because Interbase doesn't support it. As a workaround, use a string field
type as your boolean and use 'True' or 'False.'
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com