| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Vivek Khera | Date: | February 6 2001 9:09pm |
| Subject: | Re: Boolean Datatype | ||
| View as plain text | |||
>>>>> "RD" == Russ Davies <russ@stripped> writes: RD> Thanks for the suggestion, but this would still mean converting the data RD> type from within ASP (the 'True' type) down to a char ('T') would it not? then use ENUM('False','True') instead. Enum can have any string you want. I personally prefer to use the order False, True since then it also has the numeric values 0 and 1. >> CREATE TABLE logInfo2 >> ( >> logID INT NOT NULL UNIQUE, >> ipAddress VARCHAR(20) NOT NULL DEFAULT 'None', >> boolVars ENUM ('T', 'F') DEFAULT 'F' >> )
| Thread | ||
|---|---|---|
| • Boolean Datatype | Russ Davies | 6 Feb |
| • RE: Boolean Datatype | Chris M. Oson | 6 Feb |
| • Re: Boolean Datatype | Russ Davies | 6 Feb |
| • Re: Boolean Datatype | Vivek Khera | 6 Feb |
| • RE: Boolean Datatype | Roger Ramirez | 6 Feb |
| • Re: Boolean Datatype | Russ Davies | 6 Feb |
| • RE: Boolean Datatype | Chris M. Oson | 6 Feb |
| • Re: Boolean Datatype | Russ Davies | 6 Feb |
| • Re: Boolean Datatype | Matt Friedman | 6 Feb |
| • Re: Boolean Datatype | Russ Davies | 6 Feb |
| • Re: Boolean Datatype | Gregg Housh | 6 Feb |
| • Re: Boolean Datatype | Rolf Hopkins | 7 Feb |
| • Re: Boolean Datatype | btjones | 6 Feb |
| • Re: Boolean Datatype | Gregg Housh | 6 Feb |
| • Antwort: Boolean Datatype | alexander.skwar | 7 Feb |
