Link object is not supported on free connection using Advantage Database
问题 I'm developing a program using vb.net under VS2017 and ADS v11.1 on Visual Foxpro free tables with adsDataAdapter. I want to copy records from a current table into a history table: INSERT INTO c:\data\hinv.dbf SELECT * FROM c:\data\cinv.dbf WHERE [balance] = 0.00 I get the error: The requested object was not found. c:\data\hinv Link object is not supported on free connection. Table name: dbf The connection string includes Data Source: c:\data\; TableType=VFP; LockMode=COMPATIBLE; ServerType