asp ?
asp ?
Out of context: Reply #5
- Started
- Last post
- 13 Responses
- CX0
I suck:
I do this:
strSQL = "SELECT * FROM reports WHERE title = " & Request.Form("title")
and get this:
Syntax error (missing operator) in query expression 'title ='
I suck:
I do this:
strSQL = "SELECT * FROM reports WHERE title = " & Request.Form("title")
and get this:
Syntax error (missing operator) in query expression 'title ='