合并两个数据集
我有一个“大”TOracleDataSet
,我无法更改它,因为它在大型项目的许多不同部分中使用。我只想向该数据集添加一条记录以便在另一个网格中使用。我看到的解决方法是创建另一个预言机数据集,它将结合所需的记录和“大”数据集中的另一个记录。换句话说,“小”数据集包括“大”数据集。
I have one "big" TOracleDataSet
which I can't change 'cause it's using in many different parts of huge project. I want to add just one record to this dataset for using in another grid. The solve way I see it is create another one oracle data set which will combine wanted record and another ones from "big" dataset. In other words, "small" dataset includes "big" dataset.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许试试这个?
TxQuery 项目
这曾经是一个商业项目,但作者确信将其开源。
我相信这句话取自当前维护者的页面,Chau Chee杨。
这个或者 TClientDataset 可能是您最好的选择。
Try this maybe?
TxQuery Project
This was a commercial project at one time, but the auther was convinced to release it opensource.
That quote was taken from the page of the current maintainer, I believe, Chau Chee Yang .
Either this or maybe TClientDataset might be your best options.