Hi there,

I have got a litte problem with a Z SQL Method "sql_example":

        select count(*) as result from example_DB

I want to put the returned result in a variable:

     <dtml-in sql_example>
         <dtml-call "REQUEST.set('my_var', result)">
    </dtml-in>

This works fine.But should something like 

        <dtml-call "REQUEST.set('my_var', ['sql_example'])">

work, too?

Thanks
Martin

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to