PRB: 'Not a valid path' Error when Using Access Data SourceLast reviewed: December 11, 1997Article ID: Q167452 |
The information in this article applies to:
SYMPTOMSWhen attempting to view a Web page that contains a connection to an Access data source, the following error is displayed:
Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access 97 Driver] '(unknown)' isn't a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.You can, however, still see all the data in the Data View tab.
CAUSEWhen using a FILE DSN in Visual InterDev, the path to the Access .mdb file is hard coded into the Global.asa. The error is returned because the Web Server cannot find the .mdb with the path specified. For example, here are two possible scenarios:
Cause: The server does not have a drive mapped to "H."
-or- Result: Trying to browse MyPage.asp connected to this data source gets the error. Cause: The server does not have this directory structure on drive "C".
RESOLUTIONThere are three different ways you can get around the problem described above:
REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ Keywords : VIMisc kbinterop Version : 1.0 Platform : WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |