[ic] How do I pull out the field-names from a query?

René Hertell interchange-users@icdevgroup.org
Mon Jul 8 18:43:01 2002


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é