Have used heterogeneous queries successfully before but cannot understand why the following doesn't work.
INSERT INTO ":SQLSRVR:Table1" (Members_Code)
SELECT Members_Code FROM ":localStuff:Table2"
SQLSRVR is the SQL Server defined via the ODBC.
LocalStuff is the database for local Paradox tables.
The query runs without errors, but the number of records inserted into Table1 is ZERO regardless of how many records are in Table2.
Regards - Paul.
INSERT INTO ":SQLSRVR:Table1" (Members_Code)
SELECT Members_Code FROM ":localStuff:Table2"
SQLSRVR is the SQL Server defined via the ODBC.
LocalStuff is the database for local Paradox tables.
The query runs without errors, but the number of records inserted into Table1 is ZERO regardless of how many records are in Table2.
Regards - Paul.