Re: [Zope-dev] calling SQL from External Method and using acquisition
21 Dec
2000
21 Dec
'00
10:28 p.m.
Andy McKay writes:
This is just an annoying namespace issue: - I'm calling SQL methods from External Methods by <dtml-var create_index_ext>. - I can then call a SQL method by calling self.sql_method() You can pass to a Z SQL method either a single dictionary (positional) argument or a sequence of keyword arguments.
Thus, you may use: self.sql_method(self.REQUEST) Dieter
9260
Age (days ago)
9260
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer