合并两个数据集

发布于 2024-12-06 05:45:03 字数 159 浏览 1 评论 0原文

我有一个“大”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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执手闯天涯 2024-12-13 05:45:03

也许试试这个?

TxQuery 项目

这曾经是一个商业项目,但作者确信将其开源。

TxQuery 组件是一种 TDataSet 后代组件,可用于使用 SQL 语句查询一个或多个 TDataSet 后代组件。它是用Delphi 100%源代码实现的,不需要DLL,因为它实现了自己的SQL语法解析器和SQL引擎。

我相信这句话取自当前维护者的页面,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.

TxQuery component is a TDataSet descendant component that can be used to query one or more TDataSet descendant components using SQL statements. It is implemented in Delphi 100% source code, no DLL required, because it implements its own SQL syntax parser and SQL engine.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文