[Zope] Database Updating

Donald Holten donner@biophysics.lanl.gov
Tue, 27 Jul 1999 13:31:02 -0600 (MDT)


	I'm trying to call an SQL method and pass a variable as an argument to 
it, to store the variable's value to the database.   Here's the line I'm using:
	<!--#call "update_AccessCounter(numtemp)"-->
	The variable numtemp is who's value I want to store in the database (by 
the update_AccessCounter).  This gives me an error about bad name or something.  
I'm having some system problems right now and can't copy the error.  Thanks for 
the help!
	Donner