ODBC for VFP Tables

2020-08-10 Thread Desmond Lloyd
Need to add the FoxPro ODBC drivers on a server (2012R2) and they do not show uip on the list. Is there a way to add the 32 and 64 bit drivers for VFP Tables? TIA, regards, Desmond --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/htm

RE: ODBC for VFP Tables

2020-08-10 Thread Tracy Pearson
Desmond, The last I recall, there was not a 64-bit version of the VFP ODBC driver. To work with the 32-bit version of the ODBC driver, you need to start that app in 32-bit mode. Or you might find the app in the C:\Windows\SYSWOW64 folder. I don't recall the name of that tool off the top of my head

Re: ODBC for VFP Tables

2020-08-10 Thread Eric Selje
You can see my old blog post for how to add ODBC drivers, but if you're looking to add ODBC drivers for *VFP* tables, they stopped working after version 7 I believe. Eric On Mon, Aug 10, 2020 at 4:42 PM Des

AW: ODBC for VFP Tables

2020-08-10 Thread Jürgen Wondzinski
VFP's ODBC driver understands only DBF/DBC up to version 6. This means: All those new fieldtypes, database events etc from Version 7,8,9 render the MS ODBC driver useless, since he can't open such tables. VFP7: Database Events VFP8: AutoInc, VFP9: VarChar, VarBinary, Blob The MS OLEDB driver is