The information in this article applies to:
SYMPTOMSWhen you are trying to use the DBConnect() function to connect to a data source with the FoxPro Connectivity Kit (CK), the following error message occurs:
CAUSEThe required driver .DLL is missing from the WINDOWS\SYSTEM subdirectory. RESOLUTIONReinstall the driver from disk. MORE INFORMATIONThe error listed above can be reproduced using the SQL Server driver. FoxPro communicates to SQL Server by going through the following basic ODBC levels:
SQLSRVR.DLL is the driver in this instance. The SQLSRVR.DLL file is located
in the WINDOWS\SYSTEM subdirectory. If the SQLSRVR.DLL file is missing, the
error message will appear.
The driver's filename can be found by looking in the ODBC.INI file located in the WINDOWS directory. Below is an excerpt from the ODBC.INI file:
In the example above, "test" is the data source name as it appears in the
ODBC Driver Manager. The "driver=" line gives the path and name of the
driver that is associated with the data source "test".
Steps to Reproduce Problem
Note that the error message appears.
Additional query words: FoxWin 2.50a 2.50b 2.50c errmsg novel
|
|
Last Reviewed: August 11, 1999 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |