Code Comments
Programming Forum and web based access to our favorite programming groups.On 5/24/05, Dan Rossi <pear@electroteque.org> wrote: >=20 > On 25/05/2005, at 2:53 PM, Justin Patrin wrote: >=20 > Hopefully this isnt too confusing, I am tending to annoy the list > lately ;) Ok my field is called alive and its type int(11) not null . > Its basically to flag something active and not active. >=20 >=20 Booleans should be int(1) unsigned, not int(11). If you set up boolean fields as int(1) unsigned then DO will automatically flag them as booleans and FB will treat them as booleans. Alternatively you can add them to the fb_booleanFields array, --=20 Justin Patrin
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.