[Zope-dev] Easy SQL question

2001-01-08 Thread Keith . Larson
Hello , I am trying to pull text from a Mysql DB into a page inside zope. I have the ZMYSQL connection setup and tested . for example : select renderText From Phrases where phrase_id = 3 and lang =1 I have also gotten the ZSQL method tested and working example : Arguments

Re: [Zope-dev] Easy SQL question

2001-01-08 Thread Steve Alexander
[EMAIL PROTECTED] wrote: I believe that this is close dtml-call "REQUEST.set('phrase_id', foo)" dtml-in expr="langtest()" dtml-var expr="_['sequence-item'].renderText" /dtml-in but is foo supposed to be my var of whatever I want passed ? how