[Zope] Pass Arguments to ZSQL Method from Python Script

Andy McKay andy@agmweb.ca
Mon, 03 Mar 2003 02:22:33 -0800


> "insertEmployeeQuery" is a ZSQL method, using a Gadfly DB Connection, that
> looks like this:
> ----------------------
> Arguments: emp_id, first, last, salary

Try removing the commas from your argument list:

emp_id first last salary
-- 
   Andy McKay