I have to create a database (basically) to index photos.....i.e. a photo album.
It is a fairly simple database in that all that is required is the date of the photo where it was taken etc. But the problem is the photo itself. How should I go about keeping the Photos in the database. Is there a way to actually store them in the DB or should I put in a link to where they are stored on the hard drive (they are and only ever will be on a single, stand alone PC). They are all in jpg format and so are relatively small.
I haven't even started this project yet so any suggestions are welcome and will indeed be appreciated.
It is a fairly simple database in that all that is required is the date of the photo where it was taken etc. But the problem is the photo itself. How should I go about keeping the Photos in the database. Is there a way to actually store them in the DB or should I put in a link to where they are stored on the hard drive (they are and only ever will be on a single, stand alone PC). They are all in jpg format and so are relatively small.
I haven't even started this project yet so any suggestions are welcome and will indeed be appreciated.