uploading and loading images inside DB

CoolDude

New member
Joined
Jul 30, 2003
Messages
2
.NET world of gurus, I need your help. How do/Can you store images into a database. As well as retrieving it and use it in the program.
 
Short answer: Dont.

Instead store the path of the image. This will save a considerable amount of database size. Retrieving/displaying the images thereafter is quite simple.
 
Back
Top