Is there an easy way to import tables from an MS Access Database into FoxPro using VFP6 code? I have no problem doing it manually but I would like to automate the process.
Set up an ODBC DSN to point to the Acces database. Create a connection within your VFP DBD to point to the DSN. Then create a remote view based on that connection.
The view will contain all the Access data for a given table. You can then copy that to a normal DBF.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.