我不知道将哪个参数传递给TDataSetProvider.ApplyUpdates,定义为:ApplyUpdates函数(const: OleVariant;MaxErrors: Integer;out ErrorCount: Integer):OleVariant;
我应该把什么传递给达美参数?我在delphi文档中找不到任何例子。我是usign,我想调用ApplyUpdates将对记录所做的更改应用到数据库中。
发布于 2018-10-01 13:44:15
如果连接了提供程序和客户端数据集(通过设置CDS的provider属性),
CDS.ApplyUpdates(0);https://stackoverflow.com/questions/52591759
复制相似问题