[Zope] Editing SQL methods from Emacs (+ FTP server)?

tom smith tom@othermedia.com
Wed, 29 Nov 2000 17:10:53 +0000


I'm trying to get a list of lists using ZSQL Methods...

I have two related tables, hounds and items.

I want to get the hound_id in items like this but can't work out how to pass
the hound_id variable...

<dtml-in get_hounds>

<b><dtml-var name> <dtml-var id></b>

<dtml-in "get_items(hound_id='id')">
<dtml-var title><br>

</dtml-in>
</dtml-in>