You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Margaret Fung <tp...@netscape.net> on 2004/09/27 19:13:09 UTC

Storing boolean value into database

Any idea who i can do that?

-- 
Your favorite stores, helpful shopping tools and great gift ideas. 
Experience the convenience of buying online with Shop@Netscape! 
http://shopnow.netscape.com/

Re: Storing boolean value into database

Posted by Jan Hlavatý <hl...@code.cz>.
Margaret Fung wrote:
> Any idea who i can do that?

Use a single char, set it to 'T' or 'F'. Or use number and set it to 0/1.

Jan