
OLEDB Privider for Foxpro?
Does anyone know how to connect to a Foxpro DBF file in ADO with the Jet
OLDB Provider? I read that with version 4.0 of this provider you can
access "ISAM" files including Foxpro, but I cannot find an example or
explanation of how to do it.
Currently, I am using the ODBC drive for Foxpro, with this syntax...
ConnectString = "Driver={Microsoft Visual FoxPro
Driver};SourceType=DBF;SourceDb="C:\MyFoxproFolder"
...but I have found a few bugs in this.
-- BobC