[Templates] Pulling no data using TT book example
[prev]
[thread]
[next]
[Date index for 2004/10/22]
I am using the TT book. On page 357, Example 9-1 it describes how to get a
product listing. My code follows that example:
[% USE DBI("dbi:Oracle:ELLTST", "*****", "*****") -%]
[% FOREACH user = DBI.query("SELECT surname, first_name FROM msf810")
-%]
<tr><td>[% user.surname %]</td><td>[% user.first_name %]</td></tr>
[% END -%]
When I run this I get a bunch of table rows with no data in them (and there
is data there). Am I missing something (besides brains)?
Help! :-)
Robert
_______________________________________________
templates mailing list
templates@xxxxxxxxxxxxxxxx.xxx
http://lists.template-toolkit.org/mailman/listinfo/templates
 |
[Templates] Pulling no data using TT book example
Robert 19:28 on 22 Oct 2004
|