[Zope] RE: Using results of SQL in form

Shai Berger shai@platonix.com
Tue, 06 Feb 2001 22:04:55 +0200


In explanation of Ryan's response:

ZSQL methods understand only named arguments. It should be

<dtml-in "getVideoSQL(<arg-name>=pCode)">

where <arg-name> should be replaced by the name getVideoSQL expects.
Arguments passed by place are simply not recognized.