Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,

Would like to know if there's a way to convert a JPG images (Header 0xFFD) stored in SQL as BLOB to MSAccess 2003 OLE Embedded images (Header 0x151C). I'm trying to automate and eliminate the cut and paste to our inhouse application (MSAccess 2003) and get the photo from one application and dump it in to our SQL where all the data reside.

What I have tried:

I tried DBPix activeX plugin to but it wouldn't convert it to OLE Embedded images. I don't want to change the whole application because it already grew into a monster.
Posted
Updated 20-Apr-16 8:34am
v2
Comments
AnvilRanger 20-Apr-16 15:44pm    
Not really a good idea to store images like this in Access. Depending on the size and number of images the mdb file would grow huge. Remember that a single mdb has a max file size of 2gig.
CHill60 20-Apr-16 17:29pm    
I agree with AnvilRanger. A better approach would be to store the (relative) path in the database to the images which are themselves stored using the normal folder structure

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900