* Eldon Ziegler
> I've been unable to select or set an enum field by using the
> string values.
> Numeric values work correctly.
> SHOW CREATE TABLE gives the following:
>
> CREATE TABLE `Organizations` (
>`OrgID` int(11) NOT NULL auto_increment,
>`Organization` varchar(50)
I've been unable to select or set an enum field by using the string values.
Numeric values work correctly.
SHOW CREATE TABLE gives the following:
CREATE TABLE `Organizations` (
`OrgID` int(11) NOT NULL auto_increment,
`Organization` varchar(50) NOT NULL default '',
`