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
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )