Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I store image in database (SQL server 2005)?
Posted
Updated 17-May-10 10:50am
v2

One way of storing the data would be to store it in a VarBinary(Max) field. Beyond that, you haven't provided enough context for me to be able to identify what your requirements actually are.
 
Share this answer
 
If you just want to store a bitmap in a database, there are plenty of articles out there that will tell you how to do that.

A simple google search is all you need.
 
Share this answer
 
Hello,
for this you can refer to one of my answer with the code

Image in Database

Thanks & Regards
Radix :rose:
 
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