Try copying a table to a temp location,
drop the table from the DBC,
copy the table back,
then try to open the table.
Without an ON ERROR routine, you get a message "Cannot link table ... with its database.... would you like to try to locate the owning database....", With an ON ERROR, you get
error 1976.
The help says of it:
Cannot resolve backlink (Error 1976)
Visual FoxPro was unable to successfully match a table with its database.
Use VALIDATE DATABASE to verify the links in the database.