i have nou 2 query´s TADOQuery and TADOQuery1 and i wouth like to update TADOQuery record´s from TADOQuery1 via code is it possible ?? they have the same field´s

Thank´s Ml

link|improve this question

45% accept rate
feedback

1 Answer

You can use the Clone method like this:

ADOQuery1.Clone(ADOQuery2);

I hope this will help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.