Pictures in Database???

  • Thread starter Thread starter Phil Rhynerson
  • Start date Start date
P

Phil Rhynerson

Acess 2002...... I am loading pictures (to view in forms)
and My database grows incredibly large compared to the
size of the pics I put in it. My pics are 50-70 k big.
When I put in 100 it grows by 300 meg in size. Does
anyone know a secret or a solution?
 
When using 'OLE Embedding' certain OLE Server applications store the image data uncompressed, hence the
apparent overhead you are seeing.

As alternatives you can store the raw-binary image data in the database without causing this problem, or
work with external image files.

This article discusses the issue in more detail, and suggests code or component-based alternatives:

http://www.ammara.com/articles/imagesaccess.html
 
Back
Top