Stimmt. Wenn sowas nicht wäre
Delphi-Quellcode:
if Query_Quelle.FieldByName('KONTONUMMER').AsInteger = Null then
Query_Ziel.FieldByName('KONTONUMMER').AsInteger := 1200
else
Query_Ziel.ParamByName('KONTONUMMER').AsInteger := Query_Quelle.FieldByName('KONTONUMMER').AsInteger;