
March 30th, 2001, 02:34 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Populating a dropdown menu with ENUM field data
<i><b>Originally posted by : Chris B (chrisb@digitalproduce.com)</b></i><br />Does anyone know how to populate a dropdown in ASP using an enum field? I have SHOW COLUMNS FROM tbl_mytable LIKE 'enum_field' all worked out and can visually see the ENUM field which returns:<br />enum('humour','personal','music','games','thinking ').<br /><br />How can I extract that data to populate a dropdown? I can't find anything anywhere on this topic in ASP.<br /><br />Any advice would be be great.<br /><br />Cheers,<br />CB<br /><br /><br />
|