So hab ich das Problem nun gelöst:
Delphi-Quellcode:
ADOQuery1.SQL.Clear;
ADOQuery1.SQL.Add('UPDATE Warenbestand As W INNER JOIN KOMSA As K On W.external_id = K.KOMSANUMMER SET W.products_price = IIF(K.URA_PREIS is not null, K.URA_PREIS + K.EK_EUR, K.EK_EUR)');
ADOQuery1.ExecSQL;
irgendwie ganz einfach, auf einmal
---------------------------------------------------------------------------
Mein Vista-Kind bringt frischen Wind
Gruß DaRedd aka The Red Dragon