开发者

is there a way to update or insert TADOQuery from TADOQuery1

开发者 https://www.devze.com 2023-01-05 02:24 出处:网络
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 ??

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


You can use the Clone method like this:

ADOQuery1.Clone(ADOQuery2);

I hope this will help.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号