dopo una qualunque interrogazione puoi fare

codice:
for i = 0 to rs.fields.count -1
   response.write rs.fields(i).name 
next
that easy!