Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
oliver
Starting Member
3 Posts |
Posted - 2001-03-26 : 17:03:22
|
| I'm trying to search a database with this sql statment. And its returning this error.Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression '(TicketID=3262001-41720P)'. /support/edit.asp, line 40 here is the statmentSQL = "SELECT * FROM support WHERE ((TicketID=)" & Request.QueryString("ID") & ");" |
|
|
|
|
|