27 Jul
1999
27 Jul
'99
10:39 p.m.
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--> 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