I'm baffled and would really appreciate some help.
I am in the middle of designing a site using ASP and an access database as the datasource.
The site works fine on the Win98SE and PWS set-up that I have developed it on. However, once uploaded to my web host, who is running Win2K and IIS, I get intermittent ODBC errors.
There two errors that I get are as follows:
1. Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 3.
2. Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
ODBC driver does not support the requested properties.
Refreshing the page usually clears the errors and they won't appear again for a while (which suggets to me that this is not a problem with the code).
The access database I am using is an Access97 database, but I have also converted the database to Access2000 and get the same problem.
I have used both a DSN and a DSNless connection, but the problem pesists.
I've also tried running this locally on my Win2K machine using IIS, and it runs fine on that set-up.
Please, please make some suggestions as I have completely run out of ideas.
Thanks.
I am in the middle of designing a site using ASP and an access database as the datasource.
The site works fine on the Win98SE and PWS set-up that I have developed it on. However, once uploaded to my web host, who is running Win2K and IIS, I get intermittent ODBC errors.
There two errors that I get are as follows:
1. Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 3.
2. Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
ODBC driver does not support the requested properties.
Refreshing the page usually clears the errors and they won't appear again for a while (which suggets to me that this is not a problem with the code).
The access database I am using is an Access97 database, but I have also converted the database to Access2000 and get the same problem.
I have used both a DSN and a DSNless connection, but the problem pesists.
I've also tried running this locally on my Win2K machine using IIS, and it runs fine on that set-up.
Please, please make some suggestions as I have completely run out of ideas.
Thanks.