multiplex77
Programmer
Hi,
I seem to be getting a SQL Server error (see below) on my ASP pages, but the funny thing is when I run that exact same SELECT query in Query Analyzer, it runs fine. (I did a "Response.Write strQuery" to be sure.) How could this be?
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'ORDER'.
Thanks for the help.
I seem to be getting a SQL Server error (see below) on my ASP pages, but the funny thing is when I run that exact same SELECT query in Query Analyzer, it runs fine. (I did a "Response.Write strQuery" to be sure.) How could this be?
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'ORDER'.
Thanks for the help.