> Andy,
> How could I use ODBC with VFP database and dbf? I use VFP as front end,VFP database and dbf as back end. How could I use ODBC to link the two? What files should I install on my PC to use ODBC? Could you please teach me in details?
> Regards,
> Nilson
ODBC for VFP is valid upto VFP6. In case you are using later versions, do not go for ODBC. If your front end in VFP and backend if VFP, use inbuilt VFP commands. If your front end is other than VFP and backend is VFP, use OLEDB. In case front end is VFP and backend is some other database, you could choose either. I use ODBC, but then my knowledge of OLEDB is very limited. ODBC was originally Microsoft technology which is now open to all. OLEDB is Microsoft technology which they are trying to push. The rest of the database vendors seem to be quite happy with ODBC, so it is not exactly dead technology. To some degree, it is available on Linux and Unix platforms so tomorrow you could keep your data on these servers too.
regards
tushar