I am inserting an image of 34k and my Dbase increase of 10MB, Why?

I

IEF

I do not how to do, but I have a form where is a object window in where the
user can insert an image (bmp or jpg).

The problem is: when the user insert a small image of 50 kb, the dbase size
increases of 10 MB. Why? I don't know why it is happening?
 
J

Joseph Meehan

IEF said:
I do not how to do, but I have a form where is a object window in where
the
user can insert an image (bmp or jpg).

The problem is: when the user insert a small image of 50 kb, the dbase
size
increases of 10 MB. Why? I don't know why it is happening?

The short answer is it is creating room for images in all the records.

Try using a link to the image rather than the image.

Keep in mind you will need to do a compact to recover the size.
 
S

Stephen Lebans

Joseph even when linked the OLE object will contain a full size
uncompressed Bitmap of the original image. I'd guess that the OP will
see a reduction of 50% at best.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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