Home |
800004005 Error MessageIt is a general error telling you the data you want cannot be accessed for some reason. Usually you'll get a moderately helpful explanation along with the 80004005 notification. In most cases, it comes down to lack of permission or DSN naming problems. However, note that you can get this for other reasons as well, including the wrong type of parameter sent to a SQL Stored Procedure. The error is actually bubbled up from the data provider, so sometimes it can be hard to tell exactly what happened or where. |
|