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