[Zope] How to show field names from sql query?

Thomas Apostolou tomatbiz-tominfo at yahoo.co.uk
Mon Sep 19 08:43:38 EDT 2005


Hello all,
i use the following to get to show the results from an
sql query.
What are the expresions to show the field names?

<table>
  <dtml-in expr="TestODBCEM(sysDSN=sysDSN, usr=usr,
mypass=mypass, sSQL=sSQL)">
    <dtml-if sequence-even>
      <tr bgcolor="lightgreen">
    <dtml-else>
      <tr>
    </dtml-if>
    <dtml-in sequence-item>
      <td><dtml-var sequence-item></td>
    </dtml-in>
    </tr>    
  </dtml-in>
</table>

Thanks in advance.
Thomas.


	

	
		
___________________________________________________________ 
Χρησιμοποιείτε Yahoo!; 
Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail 
διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών 
μηνυμάτων http://login.yahoo.com/config/mail?.intl=gr 



More information about the Zope mailing list