Pictures in Database???

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?
 
E

Exponent

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top