[Zope] SQL Queries
   
    Giampiero Raffaini
     
    giampiero@btinternet.com
       
    Sun, 16 Jan 2000 14:04:53 GMT
    
    
  
16/01/2000 13:59:55
Hello there,
I am new to zope and i find it great. I am still learning it and I have a few questions, but one in particular;
I used Coldfusion before and I was able to do this:
I had a db with movies, with Title,director,year and so on. I could run a query looking for Tilte and ID and then 
output the result on a line and make each of the Titles a dynamically generated link (something like 
<a href="newpage.cfm?#ID#>#Title#</a> if you know what I mean).
Now my question is:
is it possible in Zope to run SQL queries without the need to actually click on a Submit button?
Cheers