[Zope] Arguments problem

Sean McMains smcmains@nortelnetworks.com
Thu, 29 Jul 1999 14:47:06 -0500


> The code looks good but where are all the extra commas above coming
> from?  it shouldn't be 'Institution,' but rather 'Institution'.  There
> must be something wrong with what is calling the DTML method that calls
> the ZSQL method.
> 
> What's the traceback say?
> 
	[McMains, Sean [RICH2:2V64:EXCH]]  
	Hmmm. I believe I got a similar error when I was mistakenly using
commas to delimit the arguments in the Z SQL method. Be sure the arguments
listed there are in the format "argument1 argument2 argument3" rather than
"argument1, argument2, argument3"

	Sean