Hello all,
I am making use of Adodb and I wish to get the field names of a result set. How do I do this?
$result = &$db->Execute($query);
The above query has executed successfully, I just don't know how to get the field names from that one row and loop through it.
I am making use of an access database,
I couldn't find anything in the docs when I searched. Probably not using the right terms.
Thanks all