Hi,
In my windows form application, I want to store image into database. How will I do it?
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ramesh natarajanPosted Jan 24, 2012, 5:35 AM
http://www.shabdar.org/sql-server/105-store-save-images-in-sql-server.html
Mukesh KumarPosted Jan 24, 2012, 2:10 AM
check this link:
http://www.codeproject.com/Articles/9323/Load-Unload-images-into-from-DB-table
Dhaval PatelPosted Jan 24, 2012, 2:01 AM
for image store in database Stream to byte
Using Filestram object write the columns as bytes and store it as an imageuse Datatype Image for store image in databaseplease refer below link for your help
http://www.redmondpie.com/inserting-in-and-retrieving-image-from-sql-server-database-using-c/
http://www.codeproject.com/Articles/21208/Store-or-Save-images-in-SQL-Server
thanks & regards
Dhaval Patel
This post help you than Mark As " Accepted Answer "
Satyapriya NayakPosted Jan 24, 2012, 12:42 AM
Please refer the below link
http://dotnetaid.com/2011/08/03/inserting-image-into-database-in-c-net-window-application/
Thanks
Manikavelu VelayuthamPosted Jan 24, 2012, 12:36 AM