Extracting Imgae from database and displaying in picture box in vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to extract an image from sqlserver 2000 table and display it in picture box in vb.net form using ado.net and vb.net
The image in the sql server 2000 table is stored in 'image' datatype.

Can anyone help me how to do this

Thanks in advance
PS
 
I did a Google search on "image sql server picturebox", the following page
was the first hit.

Reading BLOBs from SQL Server and display it in a Windows Form PictureBox
http://www.akadia.com/services/dotnet_load_blob.html

If you do a search on Google or MSDN you'll often get your answer right away
instead of having to wait for someone to respond to your newsgroup post.

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada


PS said:
I want to extract an image from sqlserver 2000 table and display it in
picture box in vb.net form using ado.net and vb.net.
 
Back
Top