Article ID: 184572 - Last Review: August 11, 2006 - Revision: 2.1 PRB: Creating Application with PWS 4.0, Windows 95 and VIDThis article was previously published under Q184572 On This PageSYMPTOMS When creating data connections with Visual InterDev 1.0 or
6.0 and Personal Web Server (PWS) 4.0 on Windows 95, the following errors may
occur: Error: 80004005 [Microsoft][ODBC Driver Manager]
Data source name not found and no default driver specified.
-or-
Error: 80040e14 [Microsoft][ODBC Microsoft
Access 97 Driver]The Microsoft Jet Database engine cannot find the table or
query 'tablename'. Make sure it exists and that its name is spelled correctly.
CAUSE The Web project folder (for example, \test) has not been
created as an "Application" or the "Application" has not been restarted since
modifying the Global.asa file. RESOLUTION Most often this is caused by not having "Execute"
permissions selected on the Web project in the Personal Web Manager. "Execute"
permissions is required to make a Web Project an "Application." NOTE: If you are using an existing Web project in Visual InterDev created by FrontPage Publisher, then the execute permissions are not set (Web project is not an application). Use the following steps to determine if your Web project is an "Application":
HTTP Error 404 404 Not Found The Web server cannot find the file or script you asked for. Please check the URL to ensure that the path is correct. Please contact the server's administrator if this problem persists. Another application could exist in a higher level directory, root for example, if no execute permissions are set in the subfolder, this high level Global.asa will fire instead. Restarting the ApplicationRestarting the Personal Web server using the Personal Web Manager will not restart your application to refresh Global.asa. To do so you'll have to open an MS-DOS prompt from the Start button. Clicking Run and type the command. To stop the Personal Web Server go to its subfolder, for example, c:\win95\system\inetsrv and type the following command:pws /stop pws /start STATUS This behavior is by design. MORE INFORMATIONSteps to Reproduce BehaviorHere's what you need to reproduce the behavior:
Microsoft OLE DB Provider for
ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Data source name
not found and no default driver specified" Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access 97 Driver] The Microsoft Jet Database engine cannot find the table or query 'tablename'. Make sure it exists and that its name is spelled correctly." Check Global.asa Session ContentsTo determine if your current Global.asa is actually the one that is firing in your application, you can use the following Test.asp page (NOTE: the Session Contents collection works only with version 4.02.0622 of Asp.dll, which comes with Windows NT Option Pack 4.0):REFERENCES197323
(http://support.microsoft.com/kb/197323/EN-US/
)
HOWTO: Troubleshoot "ADODB.Connection" Error 800a0bb9 from Recordset DTC
| Article Translations
|
Back to the top
