Hello
I am getting the following error message:
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'ThreadID= AND ThreadP=0'.
/db/planet/repost.asp, line 17
which is located here:
The message seems to refer to the following SQL statement in the repost.asp file:
rsget.Open "SELECT * FROM board WHERE ThreadID=" & id & " AND ThreadP=0", conn
Thread and ThreadP are numeric fields in the MS Access 2000 database I am using.
What does the error 'Missing Operator' mean, please? I have tried removing quotes in the SQL statement, and adding single quotes to it, but I continue to get error messages.
Thanks for any help.
LaPluma
I am getting the following error message:
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'ThreadID= AND ThreadP=0'.
/db/planet/repost.asp, line 17
which is located here:
The message seems to refer to the following SQL statement in the repost.asp file:
rsget.Open "SELECT * FROM board WHERE ThreadID=" & id & " AND ThreadP=0", conn
Thread and ThreadP are numeric fields in the MS Access 2000 database I am using.
What does the error 'Missing Operator' mean, please? I have tried removing quotes in the SQL statement, and adding single quotes to it, but I continue to get error messages.
Thanks for any help.
LaPluma