在数据库中建一个Img表,其中包含一个Img字段,类型为Image或Binary 读取
将Bytes存入数据库
Dim Stream As New IO.MemoryStream
PictureBox1.Image.Save(Stream, System.Drawing.Imaging.ImageFormat.Bmp)
Stream.Flush()
Dim Bytes As Byte() = Stream.ToArray
Dim SQL As String = “insert into Img values (@bytes) “
Dim command As New SqlClient.SqlCommand(SQL, Connection)
command.Parameters.Add(“@bytes”, SqlDbType.Binary).Value = Bytes
command.ExecuteNonQuery
Dim Command As New SqlClient.SqlCommand(SQL, Connection)
Dim Reader As SqlClient.SqlDataReader = Command.ExecuteReader()
Dim Bytes as Byte()=Reader.Item(“Img”)
Dim mStream As New IO.MemoryStream
mStream.Write(Bytes, 0, Bytes.Length)
mStream.Flush()
Dim Img As New Bitmap(mStream)
PictureBox1.Image = Img
怎样在vb.net中将图片存入sql server 2000并能读出来使用? _vb/vb.net教程
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 怎样在vb.net中将图片存入sql server 2000并能读出来使用? _vb/vb.net教程
相关推荐
-      MySpace罗川:Web2.0肯定会蓬勃发展
-      Facebook和MySpace图片工具存漏洞
-      Web2.0用户安全意识亟须提高
-      Web2.0:机会还是泡沫?
-      博客广告:企业营销新模式
-      67个增加网站反向链接的方法
-      中国2007年IDC市场预计将达36亿
-      CNNIC调查显示 90%的用户认同中文域名