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 Flame14,895 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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
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