I'm having trouble with my webpage after I moved it over to a 2003 Server. It ran fine on my machine (the asp files were on my 2000 machine during development, accessing an Access 97 database on an NT Server). I moved the database to the 2003 server as well. I am getting the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x13e4 Thread 0xd10 DBC 0x1549024 Jet'.
Here is the connection string it is erroring out on:
Conn.open "DBQ=C:\Data\ProductionArt.mdb;Driver={Microsoft Access Driver (*.mdb)};DriverId=25;MaxBufferSize=8192;Threads=20;", "username", "password"
I can't get it figured out. I've tried a couple different connection strings (some just like the one I use on the version on my pc where it works.
Any ideas?
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x13e4 Thread 0xd10 DBC 0x1549024 Jet'.
Here is the connection string it is erroring out on:
Conn.open "DBQ=C:\Data\ProductionArt.mdb;Driver={Microsoft Access Driver (*.mdb)};DriverId=25;MaxBufferSize=8192;Threads=20;", "username", "password"
I can't get it figured out. I've tried a couple different connection strings (some just like the one I use on the version on my pc where it works.
Any ideas?