Admin-Ahead Community

Windows => General Windows => Topic started by: lathu_official on January 21, 2014, 06:04:02 am

Title: Microsoft JET Database Engine error '80004005'
Post by: lathu_official 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