Subject | Re: boolean firebird and delphi components? |
---|---|
Author | rodbracher |
Post date | 2004-04-27T10:23:56Z |
You can set your tdbcheckbox.valuechecked = 1 rather than 'TRUE'.
If you are using IBObjects and your code has a lot of boolean stuff
that you do not want to change, the database.columnattributes
property can define a field as boolean by entering
mytable.mycolumn=boolean=1,0;
I am sure other db connectivity components have a similar method.
Rod
If you are using IBObjects and your code has a lot of boolean stuff
that you do not want to change, the database.columnattributes
property can define a field as boolean by entering
mytable.mycolumn=boolean=1,0;
I am sure other db connectivity components have a similar method.
Rod