Hi
I get the following error message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'IDSession ='
Here is the corresponding line of code from the ASP page,
Can someone please explain why i am getting this error? I have looked at some other examples, but so far, have not solved my problem
Thanks !
I get the following error message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'IDSession ='
Here is the corresponding line of code from the ASP page,
Code:
mySQL = "SELECT * FROM Session WHERE IDSession = " & Session("IDSession")
Thanks !
Comment