asp ?
asp ?
Out of context: Reply #4
- Started
- Last post
- 13 Responses
- mitsu0
that's right, you need the single quotes, unless 'title' is a number.
sql = "SELECT * FROM reports WHERE title='" & request.form("title") & "'"
that's right, you need the single quotes, unless 'title' is a number.
sql = "SELECT * FROM reports WHERE title='" & request.form("title") & "'"