Re: [PHP-DB] True and Flase in mysql !!

2001-05-12 Thread Tomás García Ferrari
Hello, What about this: MyColumn enum('true','false') default 'false' >> hi all .. >> What is the best way to create True\Flase field in mysql ?? Regards, Tomas Garcia Ferrari Bigital http://bigital.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP-DB] True and Flase in mysql !!

2001-05-10 Thread hassan el forkani
>From: "DesClub.com" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; ><[EMAIL PROTECTED]> >Sent: Thursday, May 10, 2001 2:43 AM >Subject: [PHP-DB] True and Flase in mysql !! > > >hi all .. >What is the best way to creat

Re: [PHP-DB] True and Flase in mysql !!

2001-05-10 Thread Russ Michell
> What is the best way to create True\Flase field in mysql ?? Use the 'ENUM' Field type. http://www.mysql.com/doc/E/N/ENUM.html Russ On Thu, 10 May 2001 11:43:01 +0300 "DesClub.com" <[EMAIL PROTECTED]> wrote: > hi all .. > What is the best way to create True\Flase field in mysql ?? > > > ---

Re: [PHP-DB] True and Flase in mysql !!

2001-05-09 Thread Zak Greant
Use an enum field. --zak - Original Message - From: "DesClub.com" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 2:43 AM Subject: [PHP-DB] True and Flase in mysql !! hi all .. W

[PHP-DB] True and Flase in mysql !!

2001-05-09 Thread DesClub.com
hi all .. What is the best way to create True\Flase field in mysql ?? - http://deslcub.com/phpLinkat/ DesClub.com