Click here to Skip to main content
15,905,612 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to store my logo and retrieve back to design view in picture box ? How to store picture and retrieve it ?
Posted

 
Share this answer
 
v2
 
Share this answer
 
You need to have one column in your database table typed as Binary Data.
Now using byte[] , you can play with it.

See the example,
Store or Save images in SQL Server[^]
C# Save and Load Image from Database[^]
http://www.redmondpie.com/inserting-in-and-retrieving-image-from-sql-server-database-using-c/[^]

-KR
 
Share this answer
 
Comments
Maciej Los 30-Mar-14 7:08am    
Please, read question carefully. OP wants to store and retrive images in "Access database".
Krunal Rohit 30-Mar-14 7:50am    
Well it's all about logic.. How to store and retrieve that i have already made up in very first line..
But still Next time I'll be careful.

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