ASP FAQ Tutorials 8000XXXX Errors
ASP.NET 2.0
Classic ASP 1.0
Databases
General Concepts
Search Engine Optimization (SEO)
| ASP FAQ Tutorials :: 8000XXXX Errors :: Why do I get 80040e4e errors?
Why do I get 80040e4e errors?
You may have come across this error, or something similar: Microsoft OLE DB Provider for ODBC Drivers error '80040e4e' Operation Canceled | Some possible solutions: - when connecting to Access, use a JET connection string, instead of the generic Access driver, if you have JET installed - and whatever you do, avoid using a DSN (see Article #2125)
- if you absolutely must use a DSN, try to avoid using an underscore in the name
- do not pass username and password information to an Access connection string unless they are required, and try adding DriverID=25; to the connection string (long shot)
- use server.MapPath() if you are not sure of the absolute location of your MDB file
- if you're using LDAP, see KB #195387 and KB #258845
- if all else fails, make sure your server is up to date with all patches and security fixes (see Article #2151), and update to the latest MDAC (MDAC Download Page)
Related Articles Why do I get 8002000A errors?
Why do I get 80040200 / 80040514 / 800A0E7A errors?
Why do I get 80040e09 errors?
Why do I get 80040E0C errors?
Why do I get 80040E10 errors?
Why do I get 80040E14 errors?
Why do I get 80040E21 errors?
Why do I get 80040E23 errors?
Why do I get 80040E24 errors?
Why do I get 80040E2F errors?
Why do I get 80040e30 errors?
Why do I get 80040E31 errors?
Why do I get 80040E37 errors?
Why do I get 80040E54 errors?
Why do I get 80040E57 / 80040E07 errors?
Why do I get 8004D00A errors?
Why do I get 80070070 errors?
Why do I get 800A01FB errors?
Why do I get 800A0BB9 / 800A1391 errors?
Why do I get 800A0C93 errors?
Why do I get 800a0cb3 errors?
Why do I get 800A0CC1 errors?
Why do I get 800A0E78 errors?
Why do I get 800A0E7C errors?
Why do I get 800A0E7D errors?
80004005 Errors
Can I use the NZ() function without getting 80040E14 errors?
|