"René fournier" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> ...will say if a field is of type "ENUM", but not its possible values
> (including default). Does anyone know how I can fetch possible values
> of a field type of ENUM?

desc $tbl_name;

You'll have to parse it, but it will give you the list of available values.


>
> Thanks.
>
> ...Rene

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to