| View previous topic :: View next topic |
| Author |
Message |
Tim Chemaly Guest
|
Posted: Mon May 24, 2004 3:02 pm Post subject: how to store images in product db |
|
|
Hi
How should I store image on a products db? Should I have a link in the
ProductTable that points to the gif/jpeg that is physically saved under an
images folder on the website or should I use blob fields?
Regards
---------------------------------------------------------
Tim Chemaly
|
|
| Back to top |
|
 |
Yahia El-Qasem Guest
|
Posted: Mon May 24, 2004 4:22 pm Post subject: Re: how to store images in product db |
|
|
there are advantages with both alternatives... depending on the quantity and
perhaps questions like whether the db runs on the same machine together with
the web server or not etc.
it depends on the db you use too - some handle BLOBs very good and some
pretty bad...
btw : you should consider having a table for your images / image references
and another table linking your products to your images... this way you can
have more than one image per product...
Yahia
|
|
| Back to top |
|
 |
|