[Zope] How to access NAMES of database fields? (ZSQL)

Martin Dougiamas martin@dougiamas.com
Sun, 03 Oct 1999 13:10:54 +0000


I'm asking this question again, as I still haven't solved it.

I need some help from those familiar with ZSQL.

How can I print all the NAMES of the fields in a record 
that is returned by a ZSQL query method (not the CONTENTS
of the fields).  

The following snippet prints out the contents of all the 
fields, but I need the names : 

  <dtml-in getrecord>
    <dtml-in sequence-item >
       <P><dtml-var sequence-item>
    </dtml-in-->
  </dtml-in>

Cheers,
Martin
--
### Martin Dougiamas     ###
### http://dougiamas.com ###
### martin@dougiamas.com ###