Click here to Skip to main content
15,901,001 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Save and Load Image from Database in C# desktop application (not a web)??
Posted
Updated 18-Sep-13 22:02pm
v2
Comments
Love 2 code 19-Sep-13 4:05am    
You can store and load the image as a byte stream in the database. A possible column type for sql server would be varbinary.
Greets

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