gpt4 book ai didi

c# - 十进制列,并发冲突 : the UpdateCommand affected 0 of the expected 1 records

转载 作者:行者123 更新时间:2023-11-30 22:30:13 25 4
gpt4 key购买 nike

我又检查了一遍错误,发现报错是因为access数据库中的decimal列。它与舍入数字以及将这些数字与我从表中获取的第一个数据进行比较有关。

最佳答案

解决方案是使用:

                    cb = new System.Data.OleDb.OleDbCommandBuilder(DbAdapter);
cb.ConflictOption = ConflictOption.OverwriteChanges;

DbAdapter.UpdateCommand = cb.GetUpdateCommand();

DbAdapter.Update(DbData);

关于c# - 十进制列,并发冲突 : the UpdateCommand affected 0 of the expected 1 records,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9779543/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com