[ZPT] SQL Methods and arguments

Jim Kutter jim@ebizq.net
Mon, 3 Jun 2002 14:17:45 -0400


Hiya

I want to have a page template that displays the fields of a db record. =
The row id of the record is passed to the template in a GET variable. I =
only want that item to be displayed (not all the records in a table, =
that I can do)

I don't want to code the display of the item in DTML or python because I =
want my designers to be able to modify the page easily.

How would I do this?

-jim