I'm getting hung up on syntax for a statement and I need help. It's an error saying Missing end of statement. I'm sure it's something simple like a quote but I'm a newbie and not getting the answer real quick. This code is a one field test to update a database.
<!-- #include file = "conn.inc" -->
<%
sqlstr1 ="INSERT INTO Userinfo(SSN) VALUES Request("fssn""
set rs=cn.Execute(sqlstr1)%>
Thanks for the help..Russ
<!-- #include file = "conn.inc" -->
<%
sqlstr1 ="INSERT INTO Userinfo(SSN) VALUES Request("fssn""
set rs=cn.Execute(sqlstr1)%>
Thanks for the help..Russ