Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT *;
FROM MyVFPTable;
WHERE <whatever criteria>
INTO CURSOR GridData
USE MyVFPTable IN 0
OPEN DATABASE SqlSrvr
USE MySQLTable
SELECT MySQLTable
APPEND FROM DBF('MyVFPTable')
=TABLEUPDATE()
CLOSE DATABASES
Am I missing something?
VFP is problematic with SPT when it is SQL server 2005 and later