Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
how to update image in database?
Posted

Do you want to save an image to a database. Then which database?
Here is a link that provides some ways to this in SQL Server.
 
Share this answer
 
v2
Updating an image in Database? :confused: Just do the same thing as you did for inserting the image into the database. Remember to save it as Stream and the Column Type should be Blob.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900