is there a way in Perl/DBI to select the possible values of a set or
enum type?  this can't be dependant on on querying actual records, but
querying the data itself.  Of course this is outside of doing a desc and
parsing the output information in my code itself. but more like:

    select possibilities
    from table.field

Then fetch that into an array/arrayref...

Jason Hall


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to