Posted by Bob Bedford on 09/29/05 09:59
I've to store in some records some details. Those details aren't always
used, and sometimes more than one are used.
The user has for now 4 choices, and I must save in the database wich ones he
selected. Soon I will have more choices.
What kind of column type should I use ? I won't create 4 fields for storing
a true or false value.
I guess I should use enum or set, but wich one to use ? Are they easy to use
and fast ?
Bob
[Back to original message]
|