Hello,
I have the last version of MyDac with Delphi 5.
I have a SQL request like "Select * from client", and fields with a TbooleanField with a DefaultExpression set.
Result are displayed in a grid, MyDac components are requestlive so when i try to insert a new "Client" with this grid, i get an exception
>> 'EdatabaseError.. 'False' is not a valid boolean value for the field 'xx'.
Into DefaultExpression, i tried to set several things :
> 0,'0',False,'False',1,'1',true,'True' without success.
Is there a solution ?
Thanks.