> "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