mysql blob

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • waleedmazhar
    New Member
    • Mar 2007
    • 7

    mysql blob

    Hello Everybody

    Can anybody tell me when to save images in mysql blob and when save image folder and save the image name in database.
    which is more better saving image into database or save it name into database and image itself into folder.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    I would never store an image in the database. Just leave the images themselves in an image folder and store its name in the MySQL table.

    Ronald

    Comment

    Working...