PRB: Accessing FoxPro table in ASP returns error 80040e14Last reviewed: December 11, 1997Article ID: Q175801 |
The information in this article applies to:
SYMPTOMSThe following error occurs when previewing an Active Server Pages (ASP) page that contains a connection to a Visual FoxPro table:
'Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Visual FoxPro Driver]File '<your .dbf filename>' does not exist. /<your web name>/<your .asp filename>, line <line number in .asp>When you access the Visual FoxPro tables from within Visual InterDev through the Query Builder, the records return without error.
CAUSEThis error message can be caused by any of the following configuration scenarios:
RESOLUTIONA possible workaround for this issue is to move the FoxPro database file to the server running IIS. If it is not possible to move the FoxPro database file locally, the following workarounds can be used. Use Basic Authentication instead of NT Challenge response when accessing secured scripts that query FoxPro database files located on another server. You can do this with the following:
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONWhen using NT Challenge/Response with IIS, the users credentials are created at the browser. The credentials are then sent to IIS. IIS cannot forward those credentials on to another server. The connection is attempted, but there is no username specified when connecting to the remote machine, so the connection fails.
REFERENCESFor additional information, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q166029 TITLE : PRB: Cannot Open File Unknown Using AccessFor 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/ |
Additional query words: delegation
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |