使用bindingsource c#将图片从图片框保存到数据库

Saving a picture from picturebox to database with bindingsource c#

抱歉,如果答案很明显。

我正忙于用 c# 编写带有 sqlcompact 数据库的 winforms 应用程序。我正在使用数据集、绑定源、tableadapter、适配器管理器、绑定导航器。

为了将图片从图片框保存到数据库,我已经苦苦挣扎了一天,并不断收到“@p18:janeman - 输入字符串的格式不正确。”

我也试过添加装订手册:

pbOneGeneralEmployees.DataBindings.Add("Image", employeeDataBindingSource, "IDPhoto", true);

但运气不好...

我该如何保存/查看图像?

提前致谢

刚收到,

我从数据集中删除了 table, 从 table 模式中删除了 IDPhoto 列, 封闭VS, 打开VS, 添加了列, 将 table 添加回数据集,

它刚刚起作用