Re: Boolean Datatype

2001-02-06 Thread Russ Davies
to be for an ENUM data type? Russ Davies - Original Message - From: "Vivek Khera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 9:09 PM Subject: Re: Boolean Datatype > >>>>> "RD" == Russ Davies <[EMAIL

Re: Boolean Datatype

2001-02-06 Thread Russ Davies
hanks in advance for your efforts, Russ Davies - Original Message - From: "Matt Friedman" <[EMAIL PROTECTED]> To: "Russ Davies" <[EMAIL PROTECTED]>; "MySQL List" <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 9:11 PM Subject: Re: Bo

Re: Boolean Datatype

2001-02-06 Thread Russ Davies
nyone is aware of a solution to this, please email me, I quite like mySQL but I think I'd probably move to another DBMS rather than spend a long time and get messy coding around this problem. Russ Davies - Original Message ----- From: "Oson, Chris M." <[EMAIL PROTECTED]> T

Re: Boolean Datatype

2001-02-06 Thread Russ Davies
Thanks for the suggestion, but this would still mean converting the data type from within ASP (the 'True' type) down to a char ('T') would it not? It is more sensical than using 1/0 but still involves the same number of processes? Russ Davies - Original Message -

Boolean Datatype

2001-02-06 Thread Russ Davies
x27;t answer this question. I have searched Google and the mySQL manual for 'boolean datatype' and other similar searches. Is there a datatype or an easier workaround for this? Many thanks in advance, Russ Davies