Click to See Complete Forum and Search --> : mysql database & image; why do it?


kender
06-29-2005, 02:12 PM
this is more of a storing images issue but i will ask here...

what is the point of storing an image in an sql database, instead of uploading the file. (at least thats how i understand what was being said.)

also, how do you do this. (besides creating the blob field.

what is the benefit of this, over just storing a http path to the image file

i am looking for pro's and con's, and a how to do this, since i have just heard about it here, and want to test it myself

LJK
07-09-2005, 02:08 PM
Hi -
I have no experience, so this is a guess:

When you have hundreds of images to use in a site, and
need to update them, it's a lot easier to change entries
there then to do all of the html hand-coding.

El