[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] How do I pull out the field-names from a query?
Hi folks,
Is there an easy way in getting the field-names from a sql-query? If yes,
how should I do it? I'm using the last embedded perl-query example from the
icfaq (http://icdevgroup.org/cgi-bin/ic/docfly.html?mv_arg=icfaq14%2e02),
and when I tried $CGI->{my_fields}= join ",", $ref->columns(); (found in
flex_select), my query didn't work at all..
René