6 Jan
2002
6 Jan
'02
6:43 p.m.
Lucas Vogel writes:
How do I pass multiple parameters into a Z SQL Methhod for a single column? For example, say I have a table that I want to do a search on based on last names. My search form allows me to specify three last names, all of them selected by combo boxes so that they are guaranteed to be in the table. How do I pass those into the Z SQL Method? Do the three combo boxes have to have the same name/ID? Do I explicitly call the Z SQL Method in a DTML Method/Document? The Zope book has an excellent chapter on Z SQL Methods. It will tell you how to pass parameters to them, too....
Dieter