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.
我需要转换一个 blob 图像并插入到MYSQL数据库..并且需要检索该数据并加载到图片框中
请看
图像 - 到 - 字节 - 数组
和
字节 - 数组 - 至 - 图像
这两个链接可以解决你的问题
v_file_data = Encoding.UTF8.GetBytes(ds.Tables[0].Rows[0]["logo"]);