Bunce wrote:
3BEPb wrote:
Or, what I'm usually doing - define file naming logic, based on their database ID (like picture_221.jpg) and creating binary DB column. There's no significant difference in ASP coding to retrieve picture later with case, described by magic, but DB size become even less. |
DB size even less?? If you're storing your images in an Access database it will become enormous! There are very few legitimate reasons for storing them there. |
You got me wrong, dude (I know, I was wrong, I mean boolean, not binary :)). I mean storing of actual file on HDD, not in database, but database will carry just true/false value for image.