本文介绍了保存时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

当我在程序中单击保存按钮时,我看到此错误:

when I click on the save button in my program I see this error:

System.Data.SQLite.dll中发生了类型为'System.Data.SQLite.SQLiteException'的未处理异常

附加信息:约束失败

NOT NULL约束失败:GoodsDeclaration.id

An unhandled exception of type 'System.Data.SQLite.SQLiteException' occurred in System.Data.SQLite.dll

Additional information: constraint failed

NOT NULL constraint failed: GoodsDeclaration.id

推荐答案

调试源代码,然后查看该字段的值在哪里设置.

Debug your source code and look at where the value for that field gets set.

wizend


这篇关于保存时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 00:50