5 pts.
 Retrive The Images From Database using Vb.Net
how Storing AND Retrieving Images in Sql Server using vb.net

Software/Hardware used:
ASKED: December 17, 2008  3:33 PM
UPDATED: April 28, 2011  6:46 AM

Answer Wiki:
This <a href="http://www.codeproject.com/KB/database/ImageSaveInDataBase.aspx">site</a> describes doing that in C#. <a href="http://www.dotnetspider.com/resources/22338-Storing-Retrieving-Image-SQL-Server.aspx">This one</a> does it in ASPX. The forum located <a href="http://chiragrdarji.wordpress.com/2007/03/05/storing-and-retrieving-image-in-sql-server/">here</a> has an interesting on going discussion about what you are looking to do. and finally, there is some VB.NET code located <a href="http://www.dbazine.com/sql/sql-articles/larsen13">here</a> about 3/4 of the way down the page. Good Luck! -Flame
Last Wiki Answer Submitted:  December 18, 2008  1:02 pm  by  Flame   14,895 pts.
All Answer Wiki Contributors:  Flame   14,895 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I have made a database application using windows form application of vb.net 2008 and sqlserver…..In sqlserver table I have a field name member Image with data type image…and in vb.net I take the picturebox and load the pic from the folder I was successful to capture the data in picturebox of vb.net but I couldnot save the picture into sqlserver and when the form loads I could not retrive the data in the vb.net2008 …..what can be code in vb.net visual basic windows form application

From small boy

 10 pts.