I have a zsql method to which I want to pass and argument. Normally I do it from a dtml method and the use something like this to test for equality.
WHERE description = <dtml-sqlvar description type=string>. However, I'm passing the variable from a python script and it won't accept the dtml tag.... what do I put in the equality test? Kate _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
