FDQuery1.Append;
FDQuery1.CopyFields(FDQuery2) ;
//FDQuery1.CopyRecord( FDQuery2);
// for ind := 0 to fieldc - 1 do
// FDQuery1Fields.FieldByNumber(ind).AsVariant :=FDQuery2.Fields.FieldByNumber(ind).AsVariant;
FDQuery1.Post;
————————————————
。
原文链接:https://blog.csdn.net/ozhy111/article/details/90316639
Copyright © 2014 DelphiW.com 开发 源码 文档 技巧 All Rights Reserved
晋ICP备14006235号-8 晋公网安备 14108102000087号
执行时间: 0.057162046432495 seconds