N
Nakedwalls
Hi everyone,
I'm trying to edit an Access database using ASP. The user inputs the
changes into an HTML form which passes the variables to EDIT.ASP. I
keep getting an Illegal Arguement error with my SQL query though.
Your comments would be much appreciated!
Here is my SQL query:
strSQLQuery = sql = "UPDATE news SET news='" & request.form("news") &
"' WHERE ID='" & request.form("ID") & "'"
The "ID" is an Autonumber, not sure if this is an issue?
Thanks in advance,
Tom
I'm trying to edit an Access database using ASP. The user inputs the
changes into an HTML form which passes the variables to EDIT.ASP. I
keep getting an Illegal Arguement error with my SQL query though.
Your comments would be much appreciated!
Here is my SQL query:
strSQLQuery = sql = "UPDATE news SET news='" & request.form("news") &
"' WHERE ID='" & request.form("ID") & "'"
The "ID" is an Autonumber, not sure if this is an issue?
Thanks in advance,
Tom