boolean fields in Firebird
Posted: Sun 22 Feb 2009 07:21
Hello all ,
I heve a little probleme with boolean fields in firebird .. usually i use a this declaration
in delphi in field editor it look like an smallinteger ... and all works well ..so good .
but when I incapsulate the form that containe the the TIBCQuery in package ... here is a probleme .. the value for this field is not saved when i post the data to DB .. in other words when I create a new record all fields word but the boolean ones don't (there value is unchanged )
(this happens only if I incapsulate the form with Query in Package)
Can you help me about this
I heve a little probleme with boolean fields in firebird .. usually i use a this declaration
Code: Select all
FieldName SmallInt Check Value in(0,1);
but when I incapsulate the form that containe the the TIBCQuery in package ... here is a probleme .. the value for this field is not saved when i post the data to DB .. in other words when I create a new record all fields word but the boolean ones don't (there value is unchanged )
(this happens only if I incapsulate the form with Query in Package)
Can you help me about this