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.
LEGACY ALERT - 这是针对 Delphi 5 代码的。(我知道它是超级旧的。它计划被重写......总有一天。)
我正在使用 BDE 和 TStoredProc 对象。当我调用 Close 时,这通常会清除我的数据集。但是,我看到奇怪的事情发生了,所以我想我会问这个问题。
如果我手动将行添加到数据集(即通过 Append 方法),那么当我调用 close 时,它们也会被删除吗?
不确定 D5 和 BDE,但我会说您必须执行明确的Post以确保实际存储添加的记录。
如果你不发布他们应该被删除