Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Microsoft JET Database Engine error '80004005'  (Read 2396 times)

0 Members and 1 Guest are viewing this topic.

lathu_official

  • Guest
Microsoft JET Database Engine error '80004005'
« on: January 21, 2014, 06:04:02 am »
n Windows 2008, if you are getting the following error when connecting to MS Access through classic ASP,
Microsoft JET Database Engine error '80004005'
Then the issue will be probably due to the 64 bit operating system.
Unfortunately there are no 64-bit ODBC drivers, so on 64-bit systems you will have to run your applications in 32-bit mode. To do so, use the following steps:

1. On the taskbar, click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
2. In the Connections pane, click Application Pools.
3. Highlight the application pool for your application, then click Advanced Settings... in the Actions pane.
4. In the Advanced Settings dialog, specify True for Enable 32-Bit Applications.
5. Click OK to close the Advanced Settings dialog.

this should fix the issue.

------------
Thanks