[Zope] a Zsql Method

Alessandra Pessolano Alessandra_Pessolano@gidi.it
Fri, 18 Feb 2000 16:57:54 +0100


I have a Zsql Method with argument (for example) "DIS06_UTENTE" and the query
template is the following;


select *
from DIS06
where
<dtml-sqltest  DIS06_UTENTE type=string>


I want to insert my input data with the small letters and read it in the query
template with the capital letters.
What can I do?
 Thanks in advance for Your help