Delphi Update record´s Insert if necessary from Adotable 2 into AdoTable 1
Posted
by ml
on Stack Overflow
See other posts from Stack Overflow
or by ml
Published on 2010-04-15T10:07:13Z
Indexed on
2010/04/15
10:13 UTC
Read the original article
Hit count: 317
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 child table records?
© Stack Overflow or respective owner