25 Sep
2000
25 Sep
'00
7:21 a.m.
Error Type: Bad Request Error Value: ['Field1', 'Field2']
Here is the code I used and sqlTest is the ZSQL Method that just inserts the two fields into a test DB:
<dtml-in testlist> <dtml-call sqlTest> </dtml-in>
What am I doing wrong?
you'll have to feed a named argument to your Zsql method (that is in its definition). In this case that would be testlist. Then it should work as expected hth Rik