Skip to main content
Inspiring
January 5, 2009
Question

Displaying Images along with Drill Drown Results

  • January 5, 2009
  • 1 reply
  • 422 views
I'm using MS access 2003 as my data base and CF as the web language. I cannot find a topic in reference to displaying Images along with Drill down results. My tables in access have a OLE object included however I am clueless as how i can display the images with my drill down results. I just cannot find a link that talked about this issue already. Does anyone have a link to this forum topic?
This topic has been closed for replies.

1 reply

Inspiring
January 5, 2009
College Kid wrote:
> I'm using MS access 2003 as my data base and CF as the web language. I cannot
> find a topic in reference to displaying Images along with Drill down results.
> My tables in access have a OLE object included however I am clueless as how i
> can display the images with my drill down results. I just cannot find a link
> that talked about this issue already. Does anyone have a link to this forum
> topic?
>

Sorry, no link, but I think you want to be looking at the <cfimage...>
and|or the <cfcontent...> tags. One or both of these tags should allow
you to deliver the image from the database to the client.

You are doing this in a bit of an unusual, but not unheard of way. Most
people just store the image file in a handy directory accessible to the
web server and then store the name|URL to this image as text in the
database.

But it is definitly possible to server up binary image data as well.
Though I have never heard of this in conjunction with MS Access and 'OLE
objects'. I usually hear this discussed in relation to more enterprise
database management systems and BLOB [Binary Large OBjects] data fields.