[Zope] TinyTable Querying Question

abg@comco-inc.com abg@comco-inc.com
Fri, 12 Oct 2001 14:22:36 -0500


Hi,

I am quite sure that I'm missing something obvious, but I'm absolutely
pulling my hair out. I am trying to pull data out of a TinyTable based on a
variable. 

Here's an example:

<dtml-in "TinyTable(row_id= myVariable)">
<dtml-var col_1>
</dtml-in>

If I replace myVariable with a literal, like '1', it works (naturally). What
am I overlooking?

Thanks in advance,

Aaron Gillette