Hi!
I sometimes (perhaps 2 out of 10 times) get the following error
message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access 97 Driver] Too few parameters.
Expected 1.
However, if I refresh the webpage the error disapears.
I use the following SQL query:
SELECT date, name, title, id FROM forum ORDER BY id DESC
After reading about the above error in this group, I learned that
"date" is a reserved keyword in Access, SQL and Jet.
My question is:
Could the usage of a reserved keyword generate the error? What's
puzzling me is the fact that the error only occurs once in a while and
that a simple refresh is enough to (temporarly) resolve the problem.
This kind of stochastic error seems very strange!!
/Rally2002
I sometimes (perhaps 2 out of 10 times) get the following error
message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access 97 Driver] Too few parameters.
Expected 1.
However, if I refresh the webpage the error disapears.
I use the following SQL query:
SELECT date, name, title, id FROM forum ORDER BY id DESC
After reading about the above error in this group, I learned that
"date" is a reserved keyword in Access, SQL and Jet.
My question is:
Could the usage of a reserved keyword generate the error? What's
puzzling me is the fact that the error only occurs once in a while and
that a simple refresh is enough to (temporarly) resolve the problem.
This kind of stochastic error seems very strange!!
/Rally2002