D
Dale Fye
I've read lots of posts recommending not to store images in an Access
database, and I usually just store pointers to the images. However, I'm
trying to figure out whether it is possible to store the images in the db and
extract them from the db at runtime.
Specifically, I am working on an application which, among other things,
creates several different PowerPoint slides (this is working pretty well so
far). Now, I have to figure out a way to put these images in the upper left
and right corners of the document, without deploying a .ppt template.
So, the first step is to figure out how to store and retrieve these images.
I also use these images in multiple Access reports and forms, so storing the
image and then filling (somehow) the Access report and form image controls
when these forms or reports are loaded would significantly reduce the size of
my Access application.
Is this a stupid idea? If not, what are my options?
database, and I usually just store pointers to the images. However, I'm
trying to figure out whether it is possible to store the images in the db and
extract them from the db at runtime.
Specifically, I am working on an application which, among other things,
creates several different PowerPoint slides (this is working pretty well so
far). Now, I have to figure out a way to put these images in the upper left
and right corners of the document, without deploying a .ppt template.
So, the first step is to figure out how to store and retrieve these images.
I also use these images in multiple Access reports and forms, so storing the
image and then filling (somehow) the Access report and form image controls
when these forms or reports are loaded would significantly reduce the size of
my Access application.
Is this a stupid idea? If not, what are my options?