无法将类型为“System.DBNull”的对象强制转换为类型“System.Byte[]”。
//publicvoidGet_Image(stringygname,PictureBoxpb)//将图片从数据库中取出//{/*byte[]imagebytes=new...
// public void Get_Image(string ygname, PictureBox pb)//将图片从数据库中取出
//{
/* byte[] imagebytes = new byte [0];
conn.Open();
SqlCommand com = new SqlCommand("select * from tb_Customer where CID='" + ygname + "'", conn);
SqlDataReader dr = com.ExecuteReader();
while (dr.Read())
{
imagebytes = (byte[])dr.GetByte(8);
// imagebytes = (byte[])dr.GetValue(8);
//imagebytes = (byte[])dr.GetValue(11);
}
dr.Close();
conn.Close();
MemoryStream ms = new MemoryStream(imagebytes);
Bitmap bmpt = new Bitmap(ms);
pb.Image = bmpt; 展开
//{
/* byte[] imagebytes = new byte [0];
conn.Open();
SqlCommand com = new SqlCommand("select * from tb_Customer where CID='" + ygname + "'", conn);
SqlDataReader dr = com.ExecuteReader();
while (dr.Read())
{
imagebytes = (byte[])dr.GetByte(8);
// imagebytes = (byte[])dr.GetValue(8);
//imagebytes = (byte[])dr.GetValue(11);
}
dr.Close();
conn.Close();
MemoryStream ms = new MemoryStream(imagebytes);
Bitmap bmpt = new Bitmap(ms);
pb.Image = bmpt; 展开
2个回答
展开全部
数据库那一列是空的,套上try吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
大雅新科技有限公司
2024-11-19 广告
2024-11-19 广告
这方面更多更全面的信息其实可以找下大雅新。深圳市大雅新科技有限公司从事KVM延长器,DVI延长器,USB延长器,键盘鼠标延长器,双绞线视频传输器,VGA视频双绞线传输器,VGA延长器,VGA视频延长器,DVI KVM 切换器等,优质供应商,...
点击进入详情页
本回答由大雅新科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询