I'm not sure, but you may try to use SQL low-level functions. They all work using ODBC. Use following string for SQLStringConnect VFP function:
Server=MYSERVER;Driver=MicrosoftAccess Driver;UID=myneme;Passowrd=mypassword;Database=MyDatabase
Database may be with path. Above may require additional parameters, that are special for Access. I'm also not sure about MS Access ODBC driver name.
Than, SQLConnect(). Than, SQLExecute to run SQL Update command for Access table and transfer data.
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.