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