I have a visual fox pro database file where a few of the tables are linked to a Microsoft Access 2003 database. I only use this link to retrieve data from the vfp database. These linked tables works fine, but there are only a vfp table that doesn't work, i can't link this table.
I have a command in a PRG SELECT * FROM fNames INTO CURSOR fTmpNames WHERE Int_key=11 Before executing this command two tables are opened and 'fNames' table is selected as the current alias.