Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 nou 2 查询的 TADOQuery 和 TADOQuery1,我想通过代码从 TADOQuery1 更新 TADOQuery 记录是否可能?他们有相同的领域
谢谢ML
您可以像这样使用克隆方法:
ADOQuery1.Clone(ADOQuery2);
我希望这将有所帮助。