Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Photos in DB 1

Status
Not open for further replies.

larrykathy

Technical User
Apr 4, 2002
13
US
Just a quik question. Should I put photos in the database or just put a reference in a database to the photo location?
TNX
Larry
 
DEFINITELY keep the photos outside of your database and only keep a link to them within table/s in the database. Storing photos (etc) in a database itself will cause the most SEVERE case of "database bloat" which can cause all sorts of problems. Also allows for the photo itself to be updated/altered "outside" of the database (which may not necessarily be approprate in your case)
 
should have marked previous post for email notification
 
You definitely CAN store your photos inside the database without bloating the MDB file, but you will need a supplementary programm (I think it costs 150$ or so). Have a look "
I use this wizard (very easy to use) since more than 12 months now for JPGs, in particular for web applications. The JPGs are displayed via ASP and it is very fast.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top