[Zope] Error, exceptions.KeyError: (anything)

Craig Allen cba@mediaone.net
Tue, 06 Jul 1999 18:47:13 -0400


"Perez, Victor" wrote:
> I tried something like the examples on the Z SQL guide trying to make it
> give me the phone:
> =======================
> select * from phonelist
> where <!--#sqltest phone column=name type=string-->
> ======================
Try:
  select * from phonelist where name = '<!--#var name-->'
If that doesn't work try listing the columns you want returned, e.g.
  select name, number, city from phonelist where name = '<!--#var name-->'

- Craig
-- 
Craig Allen  - Managing Partner - Mutual Alchemy
Web Architecture - http://alchemy.nu