Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

How do you add images and maps to a Database?

Options
  • 14-09-2012 10:36am
    #1
    Banned (with Prison Access) Posts: 37


    Hi,

    I am wondering just as to how do you add images and maps to a Database using mysql or any other Technology?

    Regards,

    aaronboyse1990


Comments

  • Moderators, Technology & Internet Moderators Posts: 11,006 Mod ✭✭✭✭yoyo


    BLOBs? Best keep file storage external of the db though

    Nick


  • Registered Users Posts: 1,731 ✭✭✭GreenWolfe


    You could also just store a path to the image on the filesystem in your database, and use those paths in your program. Which option you choose (filesystem path or blob) depends on the application.


Advertisement