Dont'cha just hate it when you click "Reply" instead of "Reply to All?" :P
Date: Tue, 27 Jul 1999 16:10:24 -0700 To: Donald Holten <donner@biophysics.lanl.gov> From: Nick Garcia <ngarcia@codeit.com> Subject: Re: [Zope] Another hang-up...
At 04:39 PM 7/27/99 -0600, you wrote:
It feels like I'm pulling teeth here. Thanks for all the help so far. Okay, here's a better picture of my problem: I have a property called numtemp (as suggested by Michel), that is an int. I have the following call to an SQL method:
And I have the update_AccessCounter() SQL method: update WRTable set numruns = <!--#var numtemp-->
This should be: update WRTable set numruns = <!--#sqlvar numtemp type=int-->
It has the argument numtemp.
I have also tried with: <!--#call "update_AccessCounter()"-->
I get the following error: Error Type: SyntaxError Error Value: unexpected token sequence.near :: ' set numruns ='*'
What am I doing wrong here? Thanks again for all the help! Donner
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Nick Garcia | ngarcia@codeit.com CodeIt Computing | http://codeit.com
participants (1)
-
Nick Garcia