Question to those of you using MySQL. What is the accepted practice for storing boolean values? Do you use a tinyInt 0=false 1=true or an enum("T","F")? Or is there another way I'm not seeing? Cal * * Professional Nerd Herder * http://www.calevans.com *
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]