Searching for the correct syntax of a Paradox SQL Update.
It will be something like the below.
update c:\temp\ICTM.DB
set(Characteristic,
Conversion,
UOM2,
Comment) =
( select Characteristic,
Conversion,
UOM2,
Comment
from
H:\Paradox\QAGrStd\IDTM.DB
where
H:\Paradox\QAGrStd\IDTM.Control =
c:\temp\ICTM.Control)
It will be something like the below.
update c:\temp\ICTM.DB
set(Characteristic,
Conversion,
UOM2,
Comment) =
( select Characteristic,
Conversion,
UOM2,
Comment
from
H:\Paradox\QAGrStd\IDTM.DB
where
H:\Paradox\QAGrStd\IDTM.Control =
c:\temp\ICTM.Control)