Użytkownik Paul McNett napisał:
> You can set the biz.DataStructure explicitly, to tell Dabo that this field is 
> boolean
> ("B"). I've taken to always setting DataStructure explicitly, even though it 
> isn't
> always required.
>    

Of course I can, but then, even updates stop working,
because controls uses boolean type, backend recive
command like "update table set field = True", instead
of "update table set field = 1".
It's better to leave bit type mapped as integer,
to make updates working, and even inserts are working
if I set all table fields to its default values with DefaultValues property.

-- 
Regards
Jacek Kałucki

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to