I have to do an update and the values are either from a request.querystring...or a request.form...
and I am having trouble with the syntax...
I either do not have enought quotes...then it is missing the operator...
this is the line that produced the missing operator error
objCommand.CommandText= "UPDATE MEmailAddress SET EmailAddress="& Request.Form("email"
& "'WHERE EmailID=" & Request.Form("EmailID"
& ";"
IDEAS???
THANKS!
and I am having trouble with the syntax...
I either do not have enought quotes...then it is missing the operator...
this is the line that produced the missing operator error
objCommand.CommandText= "UPDATE MEmailAddress SET EmailAddress="& Request.Form("email"
IDEAS???
THANKS!