Delphi Update record´s Insert if necessary from Adotable 2 into AdoTable 1
- by ml
Filter AdoQuery_1 Record
SQL.Add('SELECT * from Med');
SQL.Add('Where Cliente Like ''%'+Edit1.text );
and
update AdoQuery_1 from AdoQuery_2 (master)
Update record´s of Table1 from Table2 (chield)
Update record´s of Table3 from Table4 (chield)
is there a faster way to update the selected record and do the same for the…