Page 1 of 1

boolean fields in Firebird

Posted: Sun 22 Feb 2009 07:21
by saidus
Hello all ,
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);
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

Posted: Tue 24 Feb 2009 08:59
by Plash
Please send to ibdac*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.