delphi Ado update insert betwen 2 records
- by user315957
i nead to update recordes from one table to the other (this for the master Table and f«the same for the DetailTable.
first a posicion the record of the record´s of the table i whant to copy update from:
Tabelamestre(Local_deste_cliente) (1 record )
NInterv.text:=dbedit1.text;
Begin
with ADOTable_casa do
Begin
Close;
…