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
In article <199907271931.NAA03845@sailor.lanl.gov>, Donald Holten <donner@biophysics.lanl.gov> writes
<!--#call "update_AccessCounter(numtemp)"-->
if numtemp is the parameter in your Zsql statement, and is also the variable name when you call it, then <!--#call "update_AccessCounter(numtemp=numtemp)"--> should work. ------- Regards, Graham Chiu gchiu<at>compkarori.co.nz
participants (2)
-
Donald Holten -
Graham Chiu