how to insert JPEG files into OLE field

  • Thread starter Thread starter Lana
  • Start date Start date
L

Lana

How do I insert a JPEG image into an OLE field. It just
seems to hang for me when I do the "insert object". Any
advice on how to do this or another more productive way
to manage photos with associated info would be helpful!
 
This approach to storing images is usually inadvisable with compressed image formats, as it results in
an uncompressed bitmap being stored in the database, so inserting a jpeg file will typically grow the database
by 10 to 100 *times* the size of the file inserted.

If you need the images actually in the database then consider using raw-binary/blob storage instead of
OLE Embedding, otherwise work with external image files.
 

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

Back
Top