Vance M. Allen wrote:
> I need to know how to retrieve through Perl DBI a listing of possible
> ENUM elements from a field for processing under a CGI script.

Need to know what database you're talking about. This will probably involve
querying data dictionary views or tables. Some DBI drivers also have
specific methods for this kind of thing.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to