In article <[EMAIL PROTECTED]>, Richard Smith
<[EMAIL PROTECTED]> writes
>Maybe my question was too dense. I will try again. 
>lets say I do this in a ZSQL method 
>SELECT * FROM foo;
>of course I get a table of results.
>Now can I some how run another query
>base on the results, like to do an UPDATE and
>have the <dtml-sqlvar type=blah> use the values from the
>table ?  Please, I just need a little help here.
>
>Thanks
>Richard

<dtml-in "sqlFirstMethod()">
 
  returning value1, value2 ... valueN

 <dtml-call "sqlSecondMethod(arg1=value1, arg2=value2 ... )">

</dtml-in>

-- 
Regards,  Graham Chiu
gchiu<at>compkarori.co.nz
http://www.compkarori.co.nz/index.php
Powered by Interbase and Zope

_______________________________________________
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