|
I get a database error like:
Microsoft OLE DB Provider for ODBC Drivers
or
Provider error '80004005'
Unspecified error
|
|
|
There are several possible solutions to these error messages. See the list below for details.
- Make sure the Folder the application is installed in has Full Access priveledges to the IIS anonymous user account. Note: See FAQ Article #390 for additional details.
- Do not use an UNC path to your database file (i.e. \\myserver\data\file.mdb ). Use the local drive letter and path (i.e. D:\data\file.mdb ).
- Make sure your IIS server has the latest version of the Microsoft Data Access library installed (MDAC 2.5 or later). See www.microsoft.com/data
-
Make sure the server has the environment variables TMP and TEMP defined and pointing to a valid folder with FULL ACCESS rights for the IIS anonymous user account.
|