I am calling a ZSQL method from a python script using "context.add(param1, etc...)" where add is the name of the ZSQL method. It is being called but the error message I am getting states that "__call__() takes at most 5 arguments (6 given)". Anyone have an idea why this is so? Kevin