Passing arguments to a Z SQL method
Can arguments to a Z SQL method be passed directly in a function call(i.e. dtml-call), or can you only pass them through the REQUEST object. Any help would be appreciated. -Asad __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
Can arguments to a Z SQL method be passed directly in a function call(i.e. dtml-call), or can you only pass them through the REQUEST object. Any help would be appreciated.
We can answer, that, of course, but wouldn't it be more fun to test? Shouldn't take more than half a minute. --jcc (wink wink)
On Thursday 27 February 2003 20:22, Asad Habib wrote:
Can arguments to a Z SQL method be passed directly in a function call(i.e. dtml-call), or can you only pass them through the REQUEST object. Any help would be appreciated.
Arguments to ZSQL methods can be passed throught the REQUEST object, but also directly very easilly : <dtml-in "mySQLMethod(param1='foo',param2='bar')"> ... The only problem is, I think, that the REQUEST object is ignored when arguments are passed in the method call... Thierry
participants (3)
-
Asad Habib -
J Cameron Cooper -
Thierry FLORAC